cuml-cu12 25.2.1__tar.gz → 25.6.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,26 +1,27 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cuml-cu12
3
- Version: 25.2.1
3
+ Version: 25.6.0
4
4
  Summary: cuML - RAPIDS ML Algorithms
5
5
  Author: NVIDIA Corporation
6
- License: Apache 2.0
6
+ License: Apache-2.0
7
7
  Classifier: Intended Audience :: Developers
8
8
  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
12
13
  Project-URL: Homepage, https://github.com/rapidsai/cuml
13
14
  Project-URL: Documentation, https://docs.rapids.ai/api/cuml/stable/
14
15
  Requires-Python: >=3.10
15
16
  Requires-Dist: cuda-python<13.0a0,>=12.6.2
16
- Requires-Dist: cudf-cu12==25.2.*
17
+ Requires-Dist: cudf-cu12==25.6.*
17
18
  Requires-Dist: cupy-cuda12x>=12.0.0
18
- Requires-Dist: cuvs-cu12==25.2.*
19
- Requires-Dist: dask-cuda==25.2.*
20
- Requires-Dist: dask-cudf-cu12==25.2.*
19
+ Requires-Dist: cuvs-cu12==25.6.*
20
+ Requires-Dist: dask-cuda==25.6.*
21
+ Requires-Dist: dask-cudf-cu12==25.6.*
21
22
  Requires-Dist: joblib>=0.11
22
- Requires-Dist: libcuml-cu12==25.2.*
23
- Requires-Dist: numba<0.61.0a0,>=0.59.1
23
+ Requires-Dist: libcuml-cu12==25.6.*
24
+ Requires-Dist: numba<0.62.0a0,>=0.59.1
24
25
  Requires-Dist: numpy<3.0a0,>=1.23
25
26
  Requires-Dist: nvidia-cublas-cu12
26
27
  Requires-Dist: nvidia-cufft-cu12
@@ -28,10 +29,11 @@ Requires-Dist: nvidia-curand-cu12
28
29
  Requires-Dist: nvidia-cusolver-cu12
29
30
  Requires-Dist: nvidia-cusparse-cu12
30
31
  Requires-Dist: packaging
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.*
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
35
37
  Requires-Dist: scipy>=1.8.0
36
38
  Requires-Dist: treelite==4.4.1
37
39
  Provides-Extra: test
@@ -48,10 +50,12 @@ Requires-Dist: pytest-cases; extra == "test"
48
50
  Requires-Dist: pytest-cov; extra == "test"
49
51
  Requires-Dist: pytest-xdist; extra == "test"
50
52
  Requires-Dist: pytest==7.*; extra == "test"
51
- Requires-Dist: scikit-learn==1.5.*; extra == "test"
53
+ Requires-Dist: pyyaml; extra == "test"
54
+ Requires-Dist: scikit-learn>=1.5; extra == "test"
52
55
  Requires-Dist: seaborn; extra == "test"
53
56
  Requires-Dist: statsmodels; extra == "test"
54
- Requires-Dist: umap-learn==0.5.6; extra == "test"
57
+ Requires-Dist: tenacity; extra == "test"
58
+ Requires-Dist: umap-learn==0.5.7; extra == "test"
55
59
  Requires-Dist: xgboost>=2.1.0; extra == "test"
56
60
  Description-Content-Type: text/markdown
57
61
 
@@ -95,7 +99,7 @@ example `setup.py --singlegpu`) are:
95
99
 
96
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**.
97
101
 
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.
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.
99
103
 
100
104
  To configure RAFT at build time:
101
105
 
@@ -107,7 +111,7 @@ The RAFT Python code gets included in the cuML build and distributable artifacts
107
111
 
108
112
  ### Build Requirements
109
113
 
110
- cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-25.02/environments) includes all dependencies required to build cuML.
114
+ cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-25.06/environments) includes all dependencies required to build cuML.
111
115
 
112
116
  To build cuML's Python package, the following dependencies are required:
113
117
 
File without changes