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
Update to use Rapids 24.10 at runtime and build setup (rapidsai#8)
The main change here is the build setup @jameslamb.
The `pylibcudf` changes were started by Matt before, the C change, is
just a very simple change in public API (there is the new stream
parameter).
*~Draft, since the update to 25.01.00.dev should happen first~ Ready for
review, but I suspect tests will fail due to a small (fixed!) legate
issue for another day*.
---------
Signed-off-by: Sebastian Berg <[email protected]>
Co-authored-by: Matthew Roeschke <[email protected]>
] # 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`.
40
40
41
41
[build-system]
42
+
build-backend = "rapids_build_backend.build"
43
+
requires = [
44
+
"rapids-build-backend>=0.3.2,<0.4.0.dev0",
45
+
"scikit-build-core[pyproject]>=0.10.0",
46
+
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.
47
+
48
+
[tool.rapids-build-backend]
49
+
build-backend = "scikit_build_core.build"
50
+
dependencies-file = "../dependencies.yaml"
51
+
matrix-entry = "cuda_suffixed=true"
42
52
requires = [
43
53
"cmake>=3.26.4,!=3.30.0",
44
-
"cython>=3.0.0",
54
+
"cython>=3.0.3",
45
55
"legate==25.01.*,>=0.0.0.dev0",
46
-
"libcudf==24.08.*,>=0.0.0a0",
56
+
"libcudf==24.10.*,>=0.0.0a0",
47
57
"ninja",
48
-
"scikit-build>=0.18.0",
49
-
"setuptools>=70.0",
50
58
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.
0 commit comments