Skip to content

Commit 32cd56c

Browse files
authored
Bump numpy used for Python 3.9 for macOS ARM
There wasn't a Python 3.9 macOS ARM wheel for numpy 1.20, but there is for numpy 1.21
1 parent 977259b commit 32cd56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
numpy==1.14.5; python_version=='3.7'
1414
numpy==1.17.3; python_version=='3.8'
15-
numpy==1.20; python_version=='3.9'
15+
numpy==1.21.0; python_version=='3.9'
1616
numpy==1.22.3; python_version=='3.10'
1717
numpy==1.23.3; python_version=='3.11'
1818
numpy==1.26.1; python_version=='3.12'

0 commit comments

Comments
 (0)