cuml-cu12 24.12.0__tar.gz → 25.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cuml-cu12
|
|
3
|
-
Version:
|
|
3
|
+
Version: 25.2.0
|
|
4
4
|
Summary: cuML - RAPIDS ML Algorithms
|
|
5
5
|
Author: NVIDIA Corporation
|
|
6
6
|
License: Apache 2.0
|
|
@@ -12,13 +12,15 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
12
12
|
Project-URL: Homepage, https://github.com/rapidsai/cuml
|
|
13
13
|
Project-URL: Documentation, https://docs.rapids.ai/api/cuml/stable/
|
|
14
14
|
Requires-Python: >=3.10
|
|
15
|
-
Requires-Dist:
|
|
15
|
+
Requires-Dist: cuda-python<13.0a0,>=12.6.2
|
|
16
|
+
Requires-Dist: cudf-cu12==25.2.*
|
|
16
17
|
Requires-Dist: cupy-cuda12x>=12.0.0
|
|
17
|
-
Requires-Dist: cuvs-cu12==
|
|
18
|
-
Requires-Dist: dask-cuda==
|
|
19
|
-
Requires-Dist: dask-cudf-cu12==
|
|
18
|
+
Requires-Dist: cuvs-cu12==25.2.*
|
|
19
|
+
Requires-Dist: dask-cuda==25.2.*
|
|
20
|
+
Requires-Dist: dask-cudf-cu12==25.2.*
|
|
20
21
|
Requires-Dist: joblib>=0.11
|
|
21
|
-
Requires-Dist:
|
|
22
|
+
Requires-Dist: libcuml-cu12==25.2.*
|
|
23
|
+
Requires-Dist: numba<0.61.0a0,>=0.59.1
|
|
22
24
|
Requires-Dist: numpy<3.0a0,>=1.23
|
|
23
25
|
Requires-Dist: nvidia-cublas-cu12
|
|
24
26
|
Requires-Dist: nvidia-cufft-cu12
|
|
@@ -26,12 +28,12 @@ Requires-Dist: nvidia-curand-cu12
|
|
|
26
28
|
Requires-Dist: nvidia-cusolver-cu12
|
|
27
29
|
Requires-Dist: nvidia-cusparse-cu12
|
|
28
30
|
Requires-Dist: packaging
|
|
29
|
-
Requires-Dist: pylibraft-cu12==
|
|
30
|
-
Requires-Dist: raft-dask-cu12==
|
|
31
|
-
Requires-Dist: rapids-dask-dependency==
|
|
32
|
-
Requires-Dist: rmm-cu12==
|
|
31
|
+
Requires-Dist: pylibraft-cu12==25.2.*
|
|
32
|
+
Requires-Dist: raft-dask-cu12==25.2.*
|
|
33
|
+
Requires-Dist: rapids-dask-dependency==25.2.*
|
|
34
|
+
Requires-Dist: rmm-cu12==25.2.*
|
|
33
35
|
Requires-Dist: scipy>=1.8.0
|
|
34
|
-
Requires-Dist: treelite==4.
|
|
36
|
+
Requires-Dist: treelite==4.4.1
|
|
35
37
|
Requires-Dist: certifi; extra == "test"
|
|
36
38
|
Requires-Dist: cython>=3.0.0; extra == "test"
|
|
37
39
|
Requires-Dist: dask-ml; extra == "test"
|
|
@@ -93,7 +95,7 @@ example `setup.py --singlegpu`) are:
|
|
|
93
95
|
|
|
94
96
|
RAFT's Python and Cython is located in the [RAFT repository](https://github.com/rapidsai/raft/python). It was designed to be included in projects as opposed to be distributed by itself, so at build time, **setup.py creates a symlink from cuML, located in `/python/cuml/raft/` to the Python folder of RAFT**.
|
|
95
97
|
|
|
96
|
-
For developers that need to modify RAFT code, please refer to the [RAFT Developer Guide](https://github.com/rapidsai/raft/blob/branch-
|
|
98
|
+
For developers that need to modify RAFT code, please refer to the [RAFT Developer Guide](https://github.com/rapidsai/raft/blob/branch-25.02/docs/source/build.md) for recommendations.
|
|
97
99
|
|
|
98
100
|
To configure RAFT at build time:
|
|
99
101
|
|
|
@@ -105,7 +107,7 @@ The RAFT Python code gets included in the cuML build and distributable artifacts
|
|
|
105
107
|
|
|
106
108
|
### Build Requirements
|
|
107
109
|
|
|
108
|
-
cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-
|
|
110
|
+
cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-25.02/environments) includes all dependencies required to build cuML.
|
|
109
111
|
|
|
110
112
|
To build cuML's Python package, the following dependencies are required:
|
|
111
113
|
|
|
@@ -132,5 +134,3 @@ Packages required for multigpu algorithms*:
|
|
|
132
134
|
### Python Tests
|
|
133
135
|
|
|
134
136
|
Python tests are based on the pytest library. To run them, from the `path_to_cuml/python/` folder, simply type `pytest`.
|
|
135
|
-
|
|
136
|
-
|
|
File without changes
|