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 f0b3755 commit 2535e93Copy full SHA for 2535e93
conda-recipe/meta.yaml
@@ -8,7 +8,7 @@ source:
8
build:
9
number: {{ GIT_DESCRIBE_NUMBER }}
10
script_env:
11
- - ONEAPI_ROOT # for wheel on Linux
+ - ONEAPI_ROOT # for wheel on Linux
12
- WHEELS_OUTPUT_FOLDER
13
14
requirements:
@@ -20,10 +20,10 @@ requirements:
20
- cython
21
- cmake
22
- 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]
+ - make # [unix]
+ - ninja # [win]
+ - numpy >=1.17 # [win or osx or py>=38]
+ - numpy 1.17 # [linux and py==37]
27
- wheel
28
run:
29
0 commit comments