File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,12 @@ requirements:
23
23
- mkl-include # [x86_64]
24
24
- mkl=2020.2 # [py <= 311 and x86_64 and not win]
25
25
- mkl=2023.1 # [py >= 312 and x86_64]
26
- - mkl-devel=2021.4.0 # [x86_64 and win and py<=311]
27
- - mkl-devel=2023.1 # [x86_64 and win and py>=312]
26
+ - mkl-devel=2023.1 # [x86_64 and win]
28
27
{% endif %}
29
28
- typing_extensions
30
29
- ninja
31
30
- libuv # [win]
32
- - numpy=1.19 # [py == 38]
31
+ - numpy=1.22.3 # [py == 38]
33
32
- numpy=2.0.0rc1 # [py >= 39]
34
33
- openssl=1.1.1l # [py >= 38 and py <= 310 and linux]
35
34
- openssl=1.1.1s # [py == 311 and linux]
@@ -41,8 +40,7 @@ requirements:
41
40
- python
42
41
{% if cross_compile_arm64 == 0 %}
43
42
- mkl >=2018 # [x86_64 and not win]
44
- - mkl=2021.4 # [x86_64 and win and py <= 311]
45
- - mkl=2023.1 # [x86_64 and win and py >= 312]
43
+ - mkl=2023.1 # [x86_64 and win]
46
44
{% endif %}
47
45
- libuv # [win]
48
46
- intel-openmp # [win]
You can’t perform that action at this time.
0 commit comments