Skip to content

Commit

Permalink
Merge pull request #1186 from wonjuleee/release_v220
Browse files Browse the repository at this point in the history
modify networkx for CI testing
  • Loading branch information
wonjuleee authored May 20, 2022
2 parents c2dca29 + cadf4e9 commit 3244937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def find_version(*file_paths):
"scipy>=1.3.2, <1.8; python_version>='3.7'",
"matplotlib~=3.3.4; python_version<'3.7'",
"matplotlib>=3.3.4; python_version>='3.7'",
"networkx>=2.5",
"networkx>=2.5, <2.8.1rc1",

# The recent pyparsing major version update seems to break
# integration with networkx - the graphs parsed from current .dot
Expand Down

0 comments on commit 3244937

Please sign in to comment.