Skip to content

Commit

Permalink
Lower minimum required NumPy versions
Browse files Browse the repository at this point in the history
They were previously erroneously set too high
  • Loading branch information
mhostetter committed Jul 6, 2022
1 parent 6b6a20f commit ec52ec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements-min.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy==1.21.3; python_version=="3.10"
numpy==1.20.0; python_version=="3.9"
numpy==1.20.0; python_version=="3.8"
numpy==1.20.0; python_version=="3.7"
numpy==1.19.3; python_version=="3.9"
numpy==1.18.4; python_version=="3.8"
numpy==1.18.4; python_version=="3.7"
numba==0.55; python_version=="3.10"
numba==0.53; python_version=="3.9"
numba==0.53; python_version=="3.8"
Expand Down

0 comments on commit ec52ec3

Please sign in to comment.