Skip to content

Commit

Permalink
Add support for networkx 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenrauch committed Jul 28, 2021
1 parent d4d5b86 commit 609c639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
Added
-----

- Add support for networkx 2.6

Changed
-------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def changes():
tests_require=tests_require,
test_suite='pytest',
install_requires=[
'networkx>=2.0,<2.6',
'networkx>=2.0,<2.7',
'numpy',
'openpyxl>=2.6.2',
'python-dateutil',
Expand Down

0 comments on commit 609c639

Please sign in to comment.