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

Commit 12403d0

Browse files
committed
Unrestrict numpy version in recipe
1 parent 7b40c4c commit 12403d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ requirements:
2525
- python
2626
- setuptools
2727
- numba {{ NUMBA_VERSION }}
28-
- numpy # [win or osx or py==38 or py==39]
29-
- numpy 1.17 # [linux and py==37]
28+
- numpy
3029
- pandas {{ PANDAS_VERSION }}
3130
- pyarrow {{ PYARROW_VERSION }}
3231
- wheel

0 commit comments

Comments
 (0)