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/libraft/pyproject.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ authors = [
31
31
license = { text = "Apache-2.0" }
32
32
requires-python = ">=3.10"
33
33
dependencies = [
34
-
"librmm==25.8.*,>=0.0.0a0",
34
+
"librmm==25.8.*",
35
35
"nvidia-cublas",
36
36
"nvidia-curand",
37
37
"nvidia-cusolver",
@@ -104,7 +104,7 @@ regex = "(?P<value>.*)"
104
104
build-backend = "scikit_build_core.build"
105
105
requires = [
106
106
"cmake>=3.30.4",
107
-
"librmm==25.8.*,>=0.0.0a0",
107
+
"librmm==25.8.*",
108
108
"ninja",
109
109
"rapids-logger==0.1.*",
110
110
] # 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`.
39
39
classifiers = [
40
40
"Intended Audience :: Developers",
@@ -122,10 +122,10 @@ requires = [
122
122
"cmake>=3.30.4",
123
123
"cuda-python",
124
124
"cython>=3.0.0",
125
-
"libraft==25.8.*,>=0.0.0a0",
126
-
"librmm==25.8.*,>=0.0.0a0",
125
+
"libraft==25.8.*",
126
+
"librmm==25.8.*",
127
127
"ninja",
128
-
"rmm==25.8.*,>=0.0.0a0",
128
+
"rmm==25.8.*",
129
129
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Copy file name to clipboardExpand all lines: python/raft-dask/pyproject.toml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ authors = [
31
31
license = { text = "Apache-2.0" }
32
32
requires-python = ">=3.10"
33
33
dependencies = [
34
-
"dask-cuda==25.8.*,>=0.0.0a0",
35
-
"distributed-ucxx==0.45.*,>=0.0.0a0",
36
-
"libraft==25.8.*,>=0.0.0a0",
37
-
"pylibraft==25.8.*,>=0.0.0a0",
38
-
"rapids-dask-dependency==25.8.*,>=0.0.0a0",
39
-
"ucx-py==0.45.*,>=0.0.0a0",
34
+
"dask-cuda==25.8.*",
35
+
"distributed-ucxx==0.45.*",
36
+
"libraft==25.8.*",
37
+
"pylibraft==25.8.*",
38
+
"rapids-dask-dependency==25.8.*",
39
+
"ucx-py==0.45.*",
40
40
] # 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