Skip to content

Commit 2535e93

Browse files
[WIP] Rebuild (#605)
* Rebuild * Update numpy req
1 parent f0b3755 commit 2535e93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conda-recipe/meta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source:
88
build:
99
number: {{ GIT_DESCRIBE_NUMBER }}
1010
script_env:
11-
- ONEAPI_ROOT # for wheel on Linux
11+
- ONEAPI_ROOT # for wheel on Linux
1212
- WHEELS_OUTPUT_FOLDER
1313

1414
requirements:
@@ -20,10 +20,10 @@ requirements:
2020
- cython
2121
- cmake
2222
- python
23-
- make # [unix]
24-
- ninja # [win]
25-
- numpy >=1.17 # [win or osx or py==38]
26-
- numpy 1.17 # [linux and py==37]
23+
- make # [unix]
24+
- ninja # [win]
25+
- numpy >=1.17 # [win or osx or py>=38]
26+
- numpy 1.17 # [linux and py==37]
2727
- wheel
2828
run:
2929
- python

0 commit comments

Comments
 (0)