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

Commit 81f6e78

Browse files
Remove pin_compatible; introduces conflicts when building (#864)
Co-authored-by: Andres Guzman-Ballen <andres.guzman-ballen@intel.com>
1 parent 6315c52 commit 81f6e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requirements:
3232

3333
run:
3434
- python
35-
- {{ pin_compatible('numpy') }}
35+
- numpy
3636
- pandas {{ PANDAS_VERSION }}
3737
- pyarrow {{ PYARROW_VERSION }}
3838
- numba {{ NUMBA_VERSION }}

0 commit comments

Comments
 (0)