From 92434e87814d7d407047a5eac066c9fcb88a742c Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Tue, 8 Aug 2023 19:46:29 +0200 Subject: [PATCH 1/2] TEST-#6469: pin numexpr<2.8.5 Signed-off-by: Anatoly Myachev --- environment-dev.yml | 2 ++ requirements-dev.txt | 2 ++ requirements/env_hdk.yml | 2 ++ requirements/env_unidist.yml | 2 ++ requirements/requirements-no-engine.yml | 2 ++ 5 files changed, 10 insertions(+) diff --git a/environment-dev.yml b/environment-dev.yml index 558d124dd46..52d53c3f0e3 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -39,6 +39,8 @@ dependencies: - psycopg2>=2.8.6 - fastparquet>=0.6.3 - tqdm>=4.60.0 + # pandas doesn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 + - numexpr<2.8.5 # dependencies for making release - pygithub>=v1.58.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index a7361f7e4ca..b71e54198a7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,6 +31,8 @@ connectorx>=0.2.6a4 fastparquet>=0.6.3 flask-cors tqdm>=4.60.0 +# pandas doesn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 +numexpr<2.8.5 # Latest modin-spreadsheet with widget fix git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5 diff --git a/requirements/env_hdk.yml b/requirements/env_hdk.yml index 3d92109c129..3d80a0cac7c 100644 --- a/requirements/env_hdk.yml +++ b/requirements/env_hdk.yml @@ -23,6 +23,8 @@ dependencies: # - xarray - pytables>=3.6.1 - fastparquet>=0.6.3 + # pandas doesn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 + - numexpr<2.8.5 # dependencies for making release - pygithub>=v1.58.0 diff --git a/requirements/env_unidist.yml b/requirements/env_unidist.yml index 57f77f82c28..63ce8add039 100644 --- a/requirements/env_unidist.yml +++ b/requirements/env_unidist.yml @@ -31,6 +31,8 @@ dependencies: - psycopg2>=2.8.6 - fastparquet>=0.6.3 - tqdm>=4.60.0 + # pandas doesn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 + - numexpr<2.8.5 # dependencies for making release - pygithub>=v1.58.0 diff --git a/requirements/requirements-no-engine.yml b/requirements/requirements-no-engine.yml index f89438b063e..0fb613a6f53 100644 --- a/requirements/requirements-no-engine.yml +++ b/requirements/requirements-no-engine.yml @@ -25,6 +25,8 @@ dependencies: - pandas-gbq>=0.15.0 - pytables>=3.6.1 - tqdm>=4.60.0 + # pandas doesn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 + - numexpr<2.8.5 # dependencies for making release - pygithub>=v1.58.0 From 3ad2e85cc690c00a3e20c33956c3cb9839cb55e8 Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Wed, 9 Aug 2023 12:20:43 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Vasily Litvinov --- environment-dev.yml | 2 +- requirements-dev.txt | 2 +- requirements/env_hdk.yml | 2 +- requirements/env_unidist.yml | 2 +- requirements/requirements-no-engine.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/environment-dev.yml b/environment-dev.yml index 52d53c3f0e3..68eb42156e1 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -39,7 +39,7 @@ dependencies: - psycopg2>=2.8.6 - fastparquet>=0.6.3 - tqdm>=4.60.0 - # pandas doesn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 + # pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 - numexpr<2.8.5 # dependencies for making release diff --git a/requirements-dev.txt b/requirements-dev.txt index b71e54198a7..a6b70f78190 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,7 +31,7 @@ connectorx>=0.2.6a4 fastparquet>=0.6.3 flask-cors tqdm>=4.60.0 -# pandas doesn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 +# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 numexpr<2.8.5 # Latest modin-spreadsheet with widget fix git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5 diff --git a/requirements/env_hdk.yml b/requirements/env_hdk.yml index 3d80a0cac7c..28bf4e6951b 100644 --- a/requirements/env_hdk.yml +++ b/requirements/env_hdk.yml @@ -23,7 +23,7 @@ dependencies: # - xarray - pytables>=3.6.1 - fastparquet>=0.6.3 - # pandas doesn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 + # pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 - numexpr<2.8.5 # dependencies for making release diff --git a/requirements/env_unidist.yml b/requirements/env_unidist.yml index 63ce8add039..eb5d098e06b 100644 --- a/requirements/env_unidist.yml +++ b/requirements/env_unidist.yml @@ -31,7 +31,7 @@ dependencies: - psycopg2>=2.8.6 - fastparquet>=0.6.3 - tqdm>=4.60.0 - # pandas doesn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 + # pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 - numexpr<2.8.5 # dependencies for making release diff --git a/requirements/requirements-no-engine.yml b/requirements/requirements-no-engine.yml index 0fb613a6f53..bb6e2597e58 100644 --- a/requirements/requirements-no-engine.yml +++ b/requirements/requirements-no-engine.yml @@ -25,7 +25,7 @@ dependencies: - pandas-gbq>=0.15.0 - pytables>=3.6.1 - tqdm>=4.60.0 - # pandas doesn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 + # pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469 - numexpr<2.8.5 # dependencies for making release