You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/cuml/pyproject.toml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -80,11 +80,11 @@ authors = [
80
80
license = { text = "Apache 2.0" }
81
81
requires-python = ">=3.10"
82
82
dependencies = [
83
-
"cudf==24.10.*,>=0.0.0a0",
83
+
"cudf==24.10.*",
84
84
"cupy-cuda11x>=12.0.0",
85
-
"cuvs==24.10.*,>=0.0.0a0",
86
-
"dask-cuda==24.10.*,>=0.0.0a0",
87
-
"dask-cudf==24.10.*,>=0.0.0a0",
85
+
"cuvs==24.10.*",
86
+
"dask-cuda==24.10.*",
87
+
"dask-cudf==24.10.*",
88
88
"joblib>=0.11",
89
89
"numba>=0.57",
90
90
"numpy>=1.23,<3.0a0",
@@ -94,10 +94,10 @@ dependencies = [
94
94
"nvidia-cusolver",
95
95
"nvidia-cusparse",
96
96
"packaging",
97
-
"pylibraft==24.10.*,>=0.0.0a0",
98
-
"raft-dask==24.10.*,>=0.0.0a0",
99
-
"rapids-dask-dependency==24.10.*,>=0.0.0a0",
100
-
"rmm==24.10.*,>=0.0.0a0",
97
+
"pylibraft==24.10.*",
98
+
"raft-dask==24.10.*",
99
+
"rapids-dask-dependency==24.10.*",
100
+
"rmm==24.10.*",
101
101
"scipy>=1.8.0",
102
102
"treelite==4.3.0",
103
103
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
0 commit comments