Skip to content

Commit

Permalink
Corrections to numpy version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dkfellows committed Dec 8, 2020
1 parent 6b94b2b commit 1e10f10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

-r requirements.txt
flake8
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'
coverage >= 4.4, < 5.0
# pytest will be brought in by pytest-cov
Expand Down

0 comments on commit 1e10f10

Please sign in to comment.