Skip to content

Commit

Permalink
Update CI and networkx version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Apr 2, 2021
1 parent 29646fb commit f1f6e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]

Expand Down
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<=2.3','matplotlib'],
install_requires=['scipy', 'numpy', 'networkx<=2.4','matplotlib'],
classifiers=[
"License :: OSI Approved :: Apache Software License"
],
Expand Down

0 comments on commit f1f6e65

Please sign in to comment.