Skip to content

Commit 9240b87

Browse files
chore(deps): update modin requirement
Updates the requirements on [modin](https://github.com/modin-project/modin) to permit the latest version. Updates `modin` to 0.35.0 - [Release notes](https://github.com/modin-project/modin/releases) - [Changelog](https://github.com/modin-project/modin/blob/main/docs/release-procedure.md) - [Commits](modin-project/modin@0.31.0...0.35.0) --- updated-dependencies: - dependency-name: modin dependency-version: 0.35.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6b7e8b commit 9240b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ openpyxl = ["openpyxl>=3.0.0,<4"]
5858
progressbar = ["progressbar2>=4.0.0,<5"]
5959
deltalake = ["deltalake>=0.18.0,<1.2.0"]
6060
geopandas = ["geopandas>=1.0.0,<2"]
61-
modin = ["modin>=0.31,<0.35"]
61+
modin = ["modin>=0.31,<0.36"]
6262
ray = ["ray[default, data]>=2.45.0,<3"]
6363

6464
[project.urls]

0 commit comments

Comments
 (0)