Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions conda-recipe-cf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ requirements:
- numpy
run:
- python
- python-gil # [py>=314]
Comment thread
ndgrigorian marked this conversation as resolved.
- {{ pin_compatible('mkl') }}
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('intel-cmplr-lib-rt') }}

test:
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ requirements:
run:
- python
- python-gil # [py>=314]
- mkl-service
- {{ pin_compatible('mkl') }}
- {{ pin_compatible('intel-cmplr-lib-rt') }}
{% if use_numpy_base %}
- numpy-base
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ classifiers = [
"Operating System :: POSIX",
"Operating System :: Unix"
]
dependencies = ["numpy >=1.26.4", "mkl-service"]
dependencies = ["numpy >=1.26.4", "mkl"]
description = "Intel (R) MKL-based universal functions for NumPy arrays"
dynamic = ["version"]
keywords = ["mkl_umath"]
Expand Down
Loading