Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove pin_compatible; introduces conflicts when building (#864)
Co-authored-by: Andres Guzman-Ballen <andres.guzman-ballen@intel.com>
  • Loading branch information
aguzmanballen and AndresGuzman-Ballen authored May 29, 2020
commit 81f6e78a32de7983f9148462f32a6ab485615a13
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ requirements:

run:
- python
- {{ pin_compatible('numpy') }}
- numpy
- pandas {{ PANDAS_VERSION }}
- pyarrow {{ PYARROW_VERSION }}
- numba {{ NUMBA_VERSION }}
Expand Down