From ce86a939c39a18eca475cc2ce0bef467ca3c9d82 Mon Sep 17 00:00:00 2001 From: Andres Guzman-Ballen Date: Thu, 28 May 2020 12:47:33 -0500 Subject: [PATCH] Remove pin_compatible; introduces conflicts when building --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index aa35b443a..2a1c15779 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -32,7 +32,7 @@ requirements: run: - python - - {{ pin_compatible('numpy') }} + - numpy - pandas {{ PANDAS_VERSION }} - pyarrow {{ PYARROW_VERSION }} - numba {{ NUMBA_VERSION }}