Skip to content

Pin pybaum to >=0.1.1. #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rtd_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- networkx >=2.4
- pluggy
- pony >=0.7.15
- pybaum
- pybaum >=0.1.1
- pexpect
- rich
- tomli >=1.0.0
Expand Down
6 changes: 5 additions & 1 deletion docs/source/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ chronological order. Releases follow [semantic versioning](https://semver.org/)
releases are available on [PyPI](https://pypi.org/project/pytask) and
[Anaconda.org](https://anaconda.org/conda-forge/pytask).

## 0.2.4 - 2022-xx-xx
## 0.2.5 - 2022-xx-xx

- {pull}`288` fixes pinning pybaum to v0.1.1 or a version that supports `tree_yield()`.

## 0.2.4 - 2022-06-28

- {pull}`279` enhances some tutorials with spell and grammar checking.
- {pull}`282` updates the tox configuration.
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- networkx >=2.4
- pluggy
- pony >=0.7.15
- pybaum
- pybaum >=0.1.1
- rich
- tomli >=1.0.0
- tomli-w >=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_requires =
packaging
pluggy
pony>=0.7.15
pybaum
pybaum>=0.1.1
rich
tomli>=1.0.0
tomli-w>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ conda_deps =
networkx >=2.4
pluggy
pony >=0.7.15
pybaum
pybaum >=0.1.1
rich
tomli >=1.0.0
tomli-w >=1.0.0
Expand Down