Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
numpy version requirements are failing on Travis
  • Loading branch information
dkfellows committed Dec 8, 2020
1 parent b893588 commit 6f047e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
install_requires=[
"appdirs",
"future",
"numpy == 1.16; python_version == '2.7'",
"numpy == 1.18; python_version == '3.5'",
"numpy == 1.19; python_version == '3.6'",
"numpy >= 1.19, <= 1.20; python_version == '3.7'",
"numpy > 1.13, < 1.17; python_version == '2.7'",
"numpy > 1.13, < 1.19; python_version == '3.5'",
"numpy > 1.13, < 1.20; python_version == '3.6'",
"numpy > 1.13, < 1.21; python_version == '3.7'",
"numpy; python_version >= '3.8'",
"six",
"pyyaml",
Expand Down

0 comments on commit 6f047e0

Please sign in to comment.