File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,10 @@ install_requires =
35
35
numpy ==1.19.2; python_version=='3.7' and platform_machine=='aarch64'
36
36
numpy ==1.19.2; python_version=='3.8' and platform_machine=='aarch64'
37
37
38
- # arm64 on Darwin supports Python 3.8 and above requires numpy>=1.20.0
39
- numpy ==1.20.0; python_version=='3.8' and platform_machine=='arm64' and platform_system=='Darwin'
40
- numpy ==1.20.0; python_version=='3.9' and platform_machine=='arm64' and platform_system=='Darwin'
38
+ # arm64 on Darwin supports Python 3.8 and above requires numpy>=1.21.0
39
+ # (first version with universal2 wheels available)
40
+ numpy ==1.21.0; python_version=='3.8' and platform_machine=='arm64' and platform_system=='Darwin'
41
+ numpy ==1.21.0; python_version=='3.9' and platform_machine=='arm64' and platform_system=='Darwin'
41
42
42
43
# default numpy requirements
43
44
numpy ==1.13.3; python_version=='3.5' and platform_machine!='aarch64' and platform_system!='AIX'
You can’t perform that action at this time.
0 commit comments