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.
1 parent b57e565 commit b400194Copy full SHA for b400194
conda-recipe/meta.yaml
@@ -1,10 +1,6 @@
1
{% set version = "1.2.2" %}
2
{% set buildnumber = 0 %}
3
4
-### If you change the iccver here, you must also set the path correctly in build.sh / bld.bat!!!
5
-{% set iccver = "16.0.3" %} [unix or py3k]
6
-{% set iccver = "13.1.5" %} [win and py27]
7
-
8
package:
9
name: mkl_random
10
version: {{ version }}
@@ -25,12 +21,12 @@ requirements:
25
21
host:
26
22
- python
27
23
- setuptools
28
- - mkl-devel >=2019.4
24
+ - mkl-devel
29
- cython
30
- - numpy
+ - numpy-base
31
run:
32
33
- - mkl >=2019.4
+ - {{ pin_compatible('mkl', min_pin="x.x", max_pin="x.x") }}
34
- {{ pin_compatible('numpy') }}
35
36
test:
@@ -39,7 +35,7 @@ test:
39
requires:
40
- nose
41
37
- mkl-service
42
- - numpy >=1.14
38
+ - numpy
43
imports:
44
- mkl_random
45
- mkl_random.mklrand
0 commit comments