Skip to content

Commit b400194

Browse files
Made recipe work on Windows locally
1 parent b57e565 commit b400194

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

conda-recipe/meta.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
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-
84
package:
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

3632
test:
@@ -39,7 +35,7 @@ test:
3935
requires:
4036
- nose
4137
- mkl-service
42-
- numpy >=1.14
38+
- numpy
4339
imports:
4440
- mkl_random
4541
- mkl_random.mklrand

0 commit comments

Comments
 (0)