Skip to content

Commit

Permalink
allow networkx >2.7.0 (#722)
Browse files Browse the repository at this point in the history
* allow networkx >2.7.0

* Update CHANGELOG.rst
  • Loading branch information
CagtayFabry authored Mar 14, 2022
1 parent faac067 commit 81f04c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies

- add ``bidict`` dependency [:pull:`618`]

- set ``networkx <2.7`` for plotting compatibility (for now) [:pull:`714`]
- set ``networkx !=2.7`` for plotting compatibility (for now) [:pull:`714`, :pull:`722`]

********************
0.5.2 (18.11.2021)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install_requires =
bottleneck >=1.3.3
boltons
bidict
networkx >=2,<2.7
networkx >=2,!=2.7.0
matplotlib >=3
fs
ipywidgets
Expand Down

0 comments on commit 81f04c9

Please sign in to comment.