We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df4775d + ccb686e commit eede35dCopy full SHA for eede35d
conda-recipe-cf/meta.yaml
@@ -1,4 +1,4 @@
1
-{% set version = "0.1.2" %}
+{% set version = "0.1.4" %}
2
{% set buildnumber = 0 %}
3
4
package:
@@ -27,11 +27,11 @@ requirements:
27
- cython
28
- scikit-build
29
- python
30
- - mkl-devel
+ - mkl-devel >=2024.2,<2025.0
31
- numpy
32
run:
33
34
- - mkl
+ - mkl >=2024.2,<2025.0
35
- mkl-service
36
- {{ pin_compatible('intel-cmplr-lib-rt') }}
37
conda-recipe/meta.yaml
mkl_umath/_version.py
@@ -1 +1 @@
-__version__ = '0.1.2'
+__version__ = '0.1.4'
0 commit comments