Browse Source

Revert "Try new modin version"

This reverts commit 96fdea46370f573af3569c4d5604274e36d8f50c.
jrobinAV 1 year ago
parent
commit
567567b51d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Pipfile
  2. 1 1
      tools/packages/taipy-core/setup.requirements.txt

+ 1 - 1
Pipfile

@@ -19,7 +19,7 @@ gitignore-parser = "==0.1.1"
 kthread = "==0.2.3"
 markdown = "==3.4.4"
 marshmallow = "==3.20.1"
-modin = {extras = ["dask"], version = "==0.26.0"}
+modin = {extras = ["dask"], version = "==0.23.0"}
 networkx = "==2.6"
 openpyxl = "==3.1.2"
 pandas = "==2.0.0"

+ 1 - 1
tools/packages/taipy-core/setup.requirements.txt

@@ -1,7 +1,7 @@
 pyarrow>=10.0.1,<11.0
 networkx>=2.6,<3.0
 openpyxl>=3.1.2,<3.2
-modin[dask]>=0.26.0,<1.0
+modin[dask]>=0.23.0,<1.0
 pymongo[srv]>=4.2.0,<5.0
 sqlalchemy>=2.0.16,<2.1
 toml>=0.10,<0.11