Skip to content

Commit

Permalink
Bump numpy used for Python 3.9 for macOS ARM
Browse files Browse the repository at this point in the history
There wasn't a Python 3.9 macOS ARM wheel for numpy 1.20,
but there is for numpy 1.21
  • Loading branch information
peterjc authored Feb 26, 2024
1 parent 977259b commit 32cd56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

numpy==1.14.5; python_version=='3.7'
numpy==1.17.3; python_version=='3.8'
numpy==1.20; python_version=='3.9'
numpy==1.21.0; python_version=='3.9'
numpy==1.22.3; python_version=='3.10'
numpy==1.23.3; python_version=='3.11'
numpy==1.26.1; python_version=='3.12'

0 comments on commit 32cd56c

Please sign in to comment.