Skip to content

Require networkx>=2.4 due to Python 3.9. #109

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 23, 2021
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: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
- :gh:`107` adds and new hook ``pytask_unconfigure`` which makes pytask return
:func:`pdb.set_trace` at the end of a session which allows to use ``breakpoint()``
inside test functions using pytask.
- :gh:`109` makes pytask require networkx>=2.4 since previous versions fail with Python
3.9.


0.0.14 - 2021-03-23
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install_requires =
attrs>=17.4.0
click
click-default-group
networkx
networkx>=2.4
pluggy
pony>=0.7.13
rich
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ conda_deps =
attrs
click
click-default-group
networkx
networkx>=2.4
pluggy
pony >= 0.7.13
rich
Expand Down