8000 Merge pull request #977 from IntelPython/xaleryb/numpy1.17 · IntelPython/sdc@24a961e · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 24a961e

Browse files
Merge pull request #977 from IntelPython/xaleryb/numpy1.17
Dependency for numpy 1.17
2 parents b66c77b + f8f5ad3 commit 24a961e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@ requirements:
2525
- python
2626
- setuptools
2727
- numba {{ NUMBA_VERSION }}
28-
- numpy
28+
- numpy # [win or osx or py==38]
29+
- numpy 1.17 # [linux and py==37]
2930
- pandas {{ PANDAS_VERSION }}
3031
- pyarrow {{ PYARROW_VERSION }}
3132
- wheel
3233
- tbb-devel
3334

3435
run:
3536
- python
36-
- numpy
37+
- {{ pin_compatible('numpy') }}
3738
- pandas {{ PANDAS_VERSION }}
3839
- pyarrow {{ PYARROW_VERSION }}
3940
- numba {{ NUMBA_VERSION }}

0 commit comments

Comments
 (0)
0