File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
{% set version = "1.2.2" %}
2
2
{% set buildnumber = 0 %}
3
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
4
package :
9
5
name : mkl_random
10
6
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
25
- cython
30
- - numpy
26
+ - numpy-base
31
27
run :
32
28
- python
33
- - mkl >=2019.4
29
+ - {{ pin_compatible(' mkl', min_pin="x.x", max_pin="x.x") }}
34
30
- {{ pin_compatible('numpy') }}
35
31
36
32
test :
39
35
requires :
40
36
- nose
41
37
- mkl-service
42
- - numpy >=1.14
38
+ - numpy
43
39
imports :
44
40
- mkl_random
45
41
- mkl_random.mklrand
You can’t perform that action at this time.
0 commit comments