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 11{% set version = "1.2.2" %}
22{% set buildnumber = 0 %}
33
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-
84package :
95 name : mkl_random
106 version : {{ version }}
@@ -25,12 +21,12 @@ requirements:
2521 host :
2622 - python
2723 - setuptools
28- - mkl-devel >=2019.4
24+ - mkl-devel
2925 - cython
30- - numpy
26+ - numpy-base
3127 run :
3228 - python
33- - mkl >=2019.4
29+ - {{ pin_compatible(' mkl', min_pin="x.x", max_pin="x.x") }}
3430 - {{ pin_compatible('numpy') }}
3531
3632test :
3935 requires :
4036 - nose
4137 - mkl-service
42- - numpy >=1.14
38+ - numpy
4339 imports :
4440 - mkl_random
4541 - mkl_random.mklrand
You can’t perform that action at this time.
0 commit comments