Skip to content

Commit

Permalink
Set upper bound on numpy dep
Browse files Browse the repository at this point in the history
numpy 1.20 drops PY3.6 support, which we have not yet done
  • Loading branch information
bdewilde committed Dec 6, 2020
1 parent 2fe7d65 commit a28c8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -43,7 +43,7 @@ install_requires =
jellyfish>=0.7.0
joblib>=0.13.0
networkx>=2.0
numpy>=1.17.0
numpy>=1.17.0,<1.20.0
pyemd>=0.5.0
pyphen>=0.9.4
requests>=2.10.0
Expand Down

0 comments on commit a28c8c3

Please sign in to comment.