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

Commit 2459141

Browse files
authored
Update meta.yaml
1 parent c9a7305 commit 2459141

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ requirements:
2525
- python
2626
- setuptools
2727
- numba {{ NUMBA_VERSION }}
28-
- numpy 1.17
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

0 commit comments

Comments
 (0)