From c9a73052ee90bf5abae3d8849de16ac68e55c80a Mon Sep 17 00:00:00 2001 From: Alexander Rybkin Date: Tue, 18 May 2021 02:27:41 +0300 Subject: [PATCH 1/5] Dependency for numpy 1.17 --- 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 4886a6653..7de6bd27f 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -25,7 +25,7 @@ requirements: - python - setuptools - numba {{ NUMBA_VERSION }} - - numpy + - numpy 1.17 - pandas {{ PANDAS_VERSION }} - pyarrow {{ PYARROW_VERSION }} - wheel From 24591412d658261840e598757f4192f084a09ce2 Mon Sep 17 00:00:00 2001 From: Alexander Rybkin Date: Mon, 24 May 2021 17:00:10 +0300 Subject: [PATCH 2/5] Update meta.yaml --- conda-recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 7de6bd27f..d7b665dc1 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -25,7 +25,8 @@ requirements: - python - setuptools - numba {{ NUMBA_VERSION }} - - numpy 1.17 + - numpy # [win or osx or py==38] + - numpy 1.17 # [linux and py==37] - pandas {{ PANDAS_VERSION }} - pyarrow {{ PYARROW_VERSION }} - wheel From 14b29bc5ea0c92d56b3163c5a34ed9f71457f586 Mon Sep 17 00:00:00 2001 From: Alexander Rybkin Date: Tue, 1 Jun 2021 16:20:40 +0300 Subject: [PATCH 3/5] Changes for pin_compatible numpy in run deps --- 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 d7b665dc1..c92a30144 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -34,7 +34,7 @@ requirements: run: - python - - numpy + - {{ pin_compatible('numpy') }} - pandas {{ PANDAS_VERSION }} - pyarrow {{ PYARROW_VERSION }} - numba {{ NUMBA_VERSION }} From d5f99a0012724c7392534ffe5f9554ea7ed75c7b Mon Sep 17 00:00:00 2001 From: Alexander Rybkin Date: Tue, 1 Jun 2021 16:40:54 +0300 Subject: [PATCH 4/5] Upd pandas version for the same env (numpy 1.17) --- 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 c92a30144..5c6705355 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,5 +1,5 @@ {% set NUMBA_VERSION = "==0.53.1" %} -{% set PANDAS_VERSION = "==1.2.0" %} +{% set PANDAS_VERSION = "==1.2.4" %} {% set PYARROW_VERSION = "==2.0.0" %} package: From f8f5ad3b35df7533f48f223974e78c7be9174fce Mon Sep 17 00:00:00 2001 From: Alexander Rybkin Date: Wed, 2 Jun 2021 14:36:01 +0300 Subject: [PATCH 5/5] pandas version update roll back --- 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 5c6705355..c92a30144 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,5 +1,5 @@ {% set NUMBA_VERSION = "==0.53.1" %} -{% set PANDAS_VERSION = "==1.2.4" %} +{% set PANDAS_VERSION = "==1.2.0" %} {% set PYARROW_VERSION = "==2.0.0" %} package: