File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ requirements:
3131 - numpy
3232 run :
3333 - python
34+ - python-gil # [py>=314]
35+ - {{ pin_compatible('mkl') }}
36+ - {{ pin_compatible('numpy') }}
3437 - {{ pin_compatible('intel-cmplr-lib-rt') }}
3538
3639test :
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ requirements:
4040 run :
4141 - python
4242 - python-gil # [py>=314]
43- - mkl-service
43+ - {{ pin_compatible(' mkl') }}
4444 - {{ pin_compatible('intel-cmplr-lib-rt') }}
4545 {% if use_numpy_base %}
4646 - numpy-base
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ classifiers = [
5757 " Operating System :: POSIX" ,
5858 " Operating System :: Unix"
5959]
60- dependencies = [" numpy >=1.26.4" , " mkl-service " ]
60+ dependencies = [" numpy >=1.26.4" , " mkl" ]
6161description = " Intel (R) MKL-based universal functions for NumPy arrays"
6262dynamic = [" version" ]
6363keywords = [" mkl_umath" ]
You can’t perform that action at this time.
0 commit comments