Skip to content

Commit b2a33a8

Browse files
committed
replace mkl-service dependency with mkl
1 parent c53aa5b commit b2a33a8

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

conda-recipe-cf/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3639
test:

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"]
6161
description = "Intel (R) MKL-based universal functions for NumPy arrays"
6262
dynamic = ["version"]
6363
keywords = ["mkl_umath"]

0 commit comments

Comments
 (0)