Skip to content

Commit 3d11837

Browse files
authored
Fix pinning pybaum. (#288)
1 parent 0725455 commit 3d11837

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

docs/rtd_environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- networkx >=2.4
2626
- pluggy
2727
- pony >=0.7.15
28-
- pybaum
28+
- pybaum >=0.1.1
2929
- pexpect
3030
- rich
3131
- tomli >=1.0.0

docs/source/changes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ chronological order. Releases follow [semantic versioning](https://semver.org/)
55
releases are available on [PyPI](https://pypi.org/project/pytask) and
66
[Anaconda.org](https://anaconda.org/conda-forge/pytask).
77

8-
## 0.2.4 - 2022-xx-xx
8+
## 0.2.5 - 2022-xx-xx
9+
10+
- {pull}`288` fixes pinning pybaum to v0.1.1 or a version that supports `tree_yield()`.
11+
12+
## 0.2.4 - 2022-06-28
913

1014
- {pull}`279` enhances some tutorials with spell and grammar checking.
1115
- {pull}`282` updates the tox configuration.

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
- networkx >=2.4
2323
- pluggy
2424
- pony >=0.7.15
25-
- pybaum
25+
- pybaum >=0.1.1
2626
- rich
2727
- tomli >=1.0.0
2828
- tomli-w >=1.0.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install_requires =
4141
packaging
4242
pluggy
4343
pony>=0.7.15
44-
pybaum
44+
pybaum>=0.1.1
4545
rich
4646
tomli>=1.0.0
4747
tomli-w>=1.0.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ conda_deps =
2222
networkx >=2.4
2323
pluggy
2424
pony >=0.7.15
25-
pybaum
25+
pybaum >=0.1.1
2626
rich
2727
tomli >=1.0.0
2828
tomli-w >=1.0.0

0 commit comments

Comments
 (0)