Skip to content

Commit

Permalink
Compatibility with networkx>=2.0 and python 3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Yves Langlois committed Apr 21, 2022
1 parent 772c679 commit d23b9fc
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: python
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
before_install:
- pip install coveralls
- pip install codecov
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ def read(fname):
'rural_postman_star=postman_problems.examples.star.rpp_star:main'
]
},
python_requires='>=3.7',
python_requires='>=3.7.1',
install_requires=[
'pandas',
'networkx>=2.0'

0 comments on commit d23b9fc

Please sign in to comment.