Skip to content

Commit

Permalink
Change networkx version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Apr 2, 2021
1 parent 4bfaee8 commit 29646fb
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 @@ -127,7 +127,7 @@ def build_extension(self, ext):
packages=find_packages("src"),
package_dir={'':'src'},
cmdclass=dict(build_ext=CMakeBuild),
install_requires=['scipy', 'numpy', 'networkx','matplotlib'],
install_requires=['scipy', 'numpy', 'networkx<=2.3','matplotlib'],
classifiers=[
"License :: OSI Approved :: Apache Software License"
],
Expand Down

0 comments on commit 29646fb

Please sign in to comment.