Skip to content

Commit

Permalink
Temporarily pin networkx to prevent CI failures with Python 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzosaino committed Mar 14, 2020
1 parent cca105d commit ebd0210
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 @@ -7,7 +7,7 @@

# Packages required to run FNSS
requires = [
'networkx (>=1.6)',
'networkx (>=2.0,<=2.2)',
'numpy (>=1.4)',
'mako (>=0.4)'
]
Expand Down

0 comments on commit ebd0210

Please sign in to comment.