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/librmm/pyproject.toml
+11-3
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,9 @@
13
13
# limitations under the License.
14
14
15
15
[build-system]
16
-
build-backend = "scikit_build_core.build"
16
+
build-backend = "rapids_build_backend.build"
17
17
requires = [
18
-
"cmake>=3.26.4",
19
-
"ninja",
18
+
"rapids-build-backend>=0.3.0,<0.4.0.dev0",
20
19
"scikit-build-core[pyproject]>=0.7.0",
21
20
] # 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`.
Copy file name to clipboardexpand all lines: python/rmm/pyproject.toml
+14-6
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,9 @@
13
13
# limitations under the License.
14
14
15
15
[build-system]
16
-
build-backend = "scikit_build_core.build"
16
+
build-backend = "rapids_build_backend.build"
17
17
requires = [
18
-
"cmake>=3.26.4",
19
-
"cuda-python>=11.7.1,<12.0a0",
20
-
"cython>=3.0.0",
21
-
"librmm==24.8.*",
22
-
"ninja",
18
+
"rapids-build-backend>=0.3.0,<0.4.0.dev0",
23
19
"scikit-build-core[pyproject]>=0.7.0",
24
20
] # 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