Skip to content

Commit 338e6fd

Browse files
committed
Simplify ray contraint
1 parent bc2aa00 commit 338e6fd

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@ pyarrow = { version = ">=17.0.0", optional = true }
6767
google-auth = { version = ">=2.4.0", optional = true }
6868
pandas = { version = ">=1.0.0,<3.0.0", optional = true }
6969
duckdb = { version = ">=0.5.0,<2.0.0", optional = true }
70-
ray = [
71-
{ version = "==2.10.0", python = "<3.9", optional = true },
72-
{ version = ">=2.10.0,<=2.44.0", python = ">=3.9", optional = true },
73-
]
70+
ray = { version = ">=2.10.0,<=2.44.0", optional = true }
7471
python-snappy = { version = ">=0.6.0,<1.0.0", optional = true }
7572
thrift = { version = ">=0.13.0,<1.0.0", optional = true }
7673
boto3 = { version = ">=1.24.59", optional = true }

0 commit comments

Comments
 (0)