Skip to content

Commit

Permalink
Merge pull request #8 from RWTH-EBC/issue6_networkx_version
Browse files Browse the repository at this point in the history
add min version of networkx #6
  • Loading branch information
marcusfuchs authored Jul 3, 2018
2 parents d407d90 + 56c36e5 commit af0a223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pytest
networkx
networkx>=2.1
numpy
pandas
shapely
pyproj
matplotlib
nose
pytest-mpl
pytest-mpl
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
author_email='[email protected]',
license='MIT License',
packages=setuptools.find_packages(),
install_requires=['pytest', 'networkx', 'numpy', 'pandas',
install_requires=['pytest', 'networkx>=2.1', 'numpy', 'pandas',
'shapely', 'pyproj', 'matplotlib',
'nose', 'pytest-mpl', ],
classifiers=("Programming Language :: Python :: 3", ),
Expand Down

0 comments on commit af0a223

Please sign in to comment.