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

Commit 1ff6dcc

Browse files
authored
📌 Remove numpy max version specifier (#174)
1 parent 9c8652b commit 1ff6dcc

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,6 +10,6 @@
1010
"distributed computing framework Ray.",
1111
url="https://github.com/ray-project/xgboost_ray",
1212
install_requires=[
13-
"ray>=1.6", "numpy>=1.16,<1.20", "pandas", "wrapt>=1.12.1",
13+
"ray>=1.6", "numpy>=1.16", "pandas", "wrapt>=1.12.1",
1414
"xgboost>=0.90"
1515
])

0 commit comments

Comments
 (0)