cuml-cu12 24.8.0__tar.gz → 24.12.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,20 +1,57 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cuml-cu12
3
- Version: 24.8.0
3
+ Version: 24.12.0
4
4
  Summary: cuML - RAPIDS ML Algorithms
5
5
  Author: NVIDIA Corporation
6
6
  License: Apache 2.0
7
7
  Classifier: Intended Audience :: Developers
8
8
  Classifier: Programming Language :: Python
9
- Classifier: Programming Language :: Python :: 3.9
10
9
  Classifier: Programming Language :: Python :: 3.10
11
10
  Classifier: Programming Language :: Python :: 3.11
11
+ 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
- Requires-Python: >=3.9
14
+ Requires-Python: >=3.10
15
+ Requires-Dist: cudf-cu12==24.12.*
16
+ Requires-Dist: cupy-cuda12x>=12.0.0
17
+ Requires-Dist: cuvs-cu12==24.12.*
18
+ Requires-Dist: dask-cuda==24.12.*
19
+ Requires-Dist: dask-cudf-cu12==24.12.*
20
+ Requires-Dist: joblib>=0.11
21
+ Requires-Dist: numba>=0.57
22
+ Requires-Dist: numpy<3.0a0,>=1.23
23
+ Requires-Dist: nvidia-cublas-cu12
24
+ Requires-Dist: nvidia-cufft-cu12
25
+ Requires-Dist: nvidia-curand-cu12
26
+ Requires-Dist: nvidia-cusolver-cu12
27
+ Requires-Dist: nvidia-cusparse-cu12
28
+ Requires-Dist: packaging
29
+ Requires-Dist: pylibraft-cu12==24.12.*
30
+ Requires-Dist: raft-dask-cu12==24.12.*
31
+ Requires-Dist: rapids-dask-dependency==24.12.*
32
+ Requires-Dist: rmm-cu12==24.12.*
33
+ Requires-Dist: scipy>=1.8.0
34
+ Requires-Dist: treelite==4.3.0
35
+ Requires-Dist: certifi; extra == "test"
36
+ Requires-Dist: cython>=3.0.0; extra == "test"
37
+ Requires-Dist: dask-ml; extra == "test"
38
+ Requires-Dist: hdbscan<0.8.40,>=0.8.39; extra == "test"
39
+ Requires-Dist: hypothesis<7,>=6.0; extra == "test"
40
+ Requires-Dist: nltk; extra == "test"
41
+ Requires-Dist: numpydoc; extra == "test"
42
+ Requires-Dist: pynndescent; extra == "test"
43
+ Requires-Dist: pytest-benchmark; extra == "test"
44
+ Requires-Dist: pytest-cases; extra == "test"
45
+ Requires-Dist: pytest-cov; extra == "test"
46
+ Requires-Dist: pytest-xdist; extra == "test"
47
+ Requires-Dist: pytest==7.*; extra == "test"
48
+ Requires-Dist: scikit-learn==1.5.*; extra == "test"
49
+ Requires-Dist: seaborn; extra == "test"
50
+ Requires-Dist: statsmodels; extra == "test"
51
+ Requires-Dist: umap-learn==0.5.6; extra == "test"
52
+ Requires-Dist: xgboost>=2.1.0; extra == "test"
15
53
  Provides-Extra: test
16
54
  Description-Content-Type: text/markdown
17
- Stub-Only: True
18
55
 
19
56
  # cuML Python Package
20
57
 
@@ -56,7 +93,7 @@ example `setup.py --singlegpu`) are:
56
93
 
57
94
  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**.
58
95
 
59
- For developers that need to modify RAFT code, please refer to the [RAFT Developer Guide](https://github.com/rapidsai/raft/blob/branch-24.08/docs/source/build.md) for recommendations.
96
+ For developers that need to modify RAFT code, please refer to the [RAFT Developer Guide](https://github.com/rapidsai/raft/blob/branch-24.12/docs/source/build.md) for recommendations.
60
97
 
61
98
  To configure RAFT at build time:
62
99
 
@@ -68,7 +105,7 @@ The RAFT Python code gets included in the cuML build and distributable artifacts
68
105
 
69
106
  ### Build Requirements
70
107
 
71
- cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-24.08/environments) includes all dependencies required to build cuML.
108
+ cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-24.12/environments) includes all dependencies required to build cuML.
72
109
 
73
110
  To build cuML's Python package, the following dependencies are required:
74
111
 
@@ -0,0 +1,10 @@
1
+ # SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
+ # SPDX-License-Identifier: Apache-2
3
+
4
+ [build-system]
5
+ requires = ["wheel-stub"]
6
+ build-backend = "wheel_stub.buildapi"
7
+
8
+ [tool.wheel_stub]
9
+ index_url = "https://pypi.nvidia.com/"
10
+ include_cuda_debuginfo = true
pyproject.toml DELETED
@@ -1,6 +0,0 @@
1
- # SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
- # SPDX-License-Identifier: Apache-2
3
-
4
- [build-system]
5
- requires = ["nvidia-stub"]
6
- build-backend = "nvidia_stub.buildapi"