Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 88c3188

Browse files
authored
Pin Ray to >= 1.6 (#164)
1 parent 86a72d2 commit 88c3188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"distributed computing framework Ray.",
1111
url="https://github.com/ray-project/xgboost_ray",
1212
install_requires=[
13-
"ray", "numpy>=1.16,<1.20", "pandas", "pyarrow<5.0.0", "wrapt>=1.12.1",
13+
"ray>=1.6", "numpy>=1.16,<1.20", "pandas", "pyarrow<5.0.0", "wrapt>=1.12.1",
1414
"xgboost>=0.90"
1515
])
1616
# pyarrow<5.0.0 pinned until petastorm is updated

0 commit comments

Comments
 (0)