cuml-cu12 25.6.0__tar.gz → 25.8.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: 25.6.0
3
+ Version: 25.8.0
4
4
  Summary: cuML - RAPIDS ML Algorithms
5
5
  Author: NVIDIA Corporation
6
6
  License: Apache-2.0
@@ -9,18 +9,17 @@ Classifier: Programming Language :: Python
9
9
  Classifier: Programming Language :: Python :: 3.10
10
10
  Classifier: Programming Language :: Python :: 3.11
11
11
  Classifier: Programming Language :: Python :: 3.12
12
- Classifier: Programming Language :: Python :: 3.13
13
12
  Project-URL: Homepage, https://github.com/rapidsai/cuml
14
13
  Project-URL: Documentation, https://docs.rapids.ai/api/cuml/stable/
15
14
  Requires-Python: >=3.10
16
15
  Requires-Dist: cuda-python<13.0a0,>=12.6.2
17
- Requires-Dist: cudf-cu12==25.6.*
16
+ Requires-Dist: cudf-cu12==25.8.*
18
17
  Requires-Dist: cupy-cuda12x>=12.0.0
19
- Requires-Dist: cuvs-cu12==25.6.*
20
- Requires-Dist: dask-cuda==25.6.*
21
- Requires-Dist: dask-cudf-cu12==25.6.*
18
+ Requires-Dist: cuvs-cu12==25.8.*
19
+ Requires-Dist: dask-cuda==25.8.*
20
+ Requires-Dist: dask-cudf-cu12==25.8.*
22
21
  Requires-Dist: joblib>=0.11
23
- Requires-Dist: libcuml-cu12==25.6.*
22
+ Requires-Dist: libcuml-cu12==25.8.*
24
23
  Requires-Dist: numba<0.62.0a0,>=0.59.1
25
24
  Requires-Dist: numpy<3.0a0,>=1.23
26
25
  Requires-Dist: nvidia-cublas-cu12
@@ -29,11 +28,12 @@ Requires-Dist: nvidia-curand-cu12
29
28
  Requires-Dist: nvidia-cusolver-cu12
30
29
  Requires-Dist: nvidia-cusparse-cu12
31
30
  Requires-Dist: packaging
32
- Requires-Dist: pylibraft-cu12==25.6.*
33
- Requires-Dist: raft-dask-cu12==25.6.*
34
- Requires-Dist: rapids-dask-dependency==25.6.*
35
- Requires-Dist: rmm-cu12==25.6.*
36
- Requires-Dist: scikit-learn>=1.5
31
+ Requires-Dist: pylibraft-cu12==25.8.*
32
+ Requires-Dist: raft-dask-cu12==25.8.*
33
+ Requires-Dist: rapids-dask-dependency==25.8.*
34
+ Requires-Dist: rich
35
+ Requires-Dist: rmm-cu12==25.8.*
36
+ Requires-Dist: scikit-learn>=1.4
37
37
  Requires-Dist: scipy>=1.8.0
38
38
  Requires-Dist: treelite==4.4.1
39
39
  Provides-Extra: test
@@ -43,7 +43,7 @@ Requires-Dist: dask-ml; extra == "test"
43
43
  Requires-Dist: hdbscan<0.8.40,>=0.8.39; extra == "test"
44
44
  Requires-Dist: hypothesis<7,>=6.0; extra == "test"
45
45
  Requires-Dist: nltk; extra == "test"
46
- Requires-Dist: numpydoc; extra == "test"
46
+ Requires-Dist: numpydoc<1.9; extra == "test"
47
47
  Requires-Dist: pynndescent; extra == "test"
48
48
  Requires-Dist: pytest-benchmark; extra == "test"
49
49
  Requires-Dist: pytest-cases; extra == "test"
@@ -51,7 +51,7 @@ Requires-Dist: pytest-cov; extra == "test"
51
51
  Requires-Dist: pytest-xdist; extra == "test"
52
52
  Requires-Dist: pytest==7.*; extra == "test"
53
53
  Requires-Dist: pyyaml; extra == "test"
54
- Requires-Dist: scikit-learn>=1.5; extra == "test"
54
+ Requires-Dist: scikit-learn>=1.4; extra == "test"
55
55
  Requires-Dist: seaborn; extra == "test"
56
56
  Requires-Dist: statsmodels; extra == "test"
57
57
  Requires-Dist: tenacity; extra == "test"
@@ -99,7 +99,7 @@ example `setup.py --singlegpu`) are:
99
99
 
100
100
  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**.
101
101
 
102
- For developers that need to modify RAFT code, please refer to the [RAFT Developer Guide](https://github.com/rapidsai/raft/blob/branch-25.06/docs/source/build.md) for recommendations.
102
+ For developers that need to modify RAFT code, please refer to the [RAFT Developer Guide](https://github.com/rapidsai/raft/blob/branch-25.08/docs/source/build.md) for recommendations.
103
103
 
104
104
  To configure RAFT at build time:
105
105
 
@@ -111,7 +111,7 @@ The RAFT Python code gets included in the cuML build and distributable artifacts
111
111
 
112
112
  ### Build Requirements
113
113
 
114
- cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-25.06/environments) includes all dependencies required to build cuML.
114
+ cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-25.08/environments) includes all dependencies required to build cuML.
115
115
 
116
116
  To build cuML's Python package, the following dependencies are required:
117
117
 
File without changes