File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
spin==0.13
2
2
# Keep this in sync with ci_requirements.txt
3
- scipy-openblas32==0.3.29.265.0
3
+ scipy-openblas32==0.3.29.0.0 ; sys_platform != 'win32' or platform_machine != 'ARM64'
4
+ scipy-openblas32==0.3.29.265.0 ; sys_platform == 'win32' and platform_machine == 'ARM64'
Original file line number Diff line number Diff line change 1
1
spin==0.13
2
2
# Keep this in sync with ci32_requirements.txt
3
- scipy-openblas32==0.3.29.265.0
4
- scipy-openblas64==0.3.29.265.0 ; sys_platform != 'win32' or platform_machine != 'ARM64'
3
+ scipy-openblas32==0.3.29.0.0 ; sys_platform != 'win32' or platform_machine != 'ARM64'
4
+ scipy-openblas32==0.3.29.265.0 ; sys_platform == 'win32' and platform_machine == 'ARM64'
5
+ scipy-openblas64==0.3.29.0.0 ; sys_platform != 'win32' or platform_machine != 'ARM64'
You can’t perform that action at this time.
0 commit comments