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-11
Original file line number
Diff line number
Diff line change
@@ -90,11 +90,11 @@ authors = [
90
90
license = { text = "Apache 2.0" }
91
91
requires-python = ">=3.10"
92
92
dependencies = [
93
-
"cudf==24.12.*,>=0.0.0a0",
93
+
"cudf==24.12.*",
94
94
"cupy-cuda11x>=12.0.0",
95
-
"cuvs==24.12.*,>=0.0.0a0",
96
-
"dask-cuda==24.12.*,>=0.0.0a0",
97
-
"dask-cudf==24.12.*,>=0.0.0a0",
95
+
"cuvs==24.12.*",
96
+
"dask-cuda==24.12.*",
97
+
"dask-cudf==24.12.*",
98
98
"joblib>=0.11",
99
99
"numba>=0.57",
100
100
"numpy>=1.23,<3.0a0",
@@ -104,10 +104,10 @@ dependencies = [
104
104
"nvidia-cusolver",
105
105
"nvidia-cusparse",
106
106
"packaging",
107
-
"pylibraft==24.12.*,>=0.0.0a0",
108
-
"raft-dask==24.12.*,>=0.0.0a0",
109
-
"rapids-dask-dependency==24.12.*,>=0.0.0a0",
110
-
"rmm==24.12.*,>=0.0.0a0",
107
+
"pylibraft==24.12.*",
108
+
"raft-dask==24.12.*",
109
+
"rapids-dask-dependency==24.12.*",
110
+
"rmm==24.12.*",
111
111
"scipy>=1.8.0",
112
112
"treelite==4.3.0",
113
113
] # 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