cuml-cu12 24.10.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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cuml-cu12
3
- Version: 24.10.0
3
+ Version: 24.12.0
4
4
  Summary: cuML - RAPIDS ML Algorithms
5
5
  Author: NVIDIA Corporation
6
6
  License: Apache 2.0
@@ -12,11 +12,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
14
  Requires-Python: >=3.10
15
- Requires-Dist: cudf-cu12==24.10.*
15
+ Requires-Dist: cudf-cu12==24.12.*
16
16
  Requires-Dist: cupy-cuda12x>=12.0.0
17
- Requires-Dist: cuvs-cu12==24.10.*
18
- Requires-Dist: dask-cuda==24.10.*
19
- Requires-Dist: dask-cudf-cu12==24.10.*
17
+ Requires-Dist: cuvs-cu12==24.12.*
18
+ Requires-Dist: dask-cuda==24.12.*
19
+ Requires-Dist: dask-cudf-cu12==24.12.*
20
20
  Requires-Dist: joblib>=0.11
21
21
  Requires-Dist: numba>=0.57
22
22
  Requires-Dist: numpy<3.0a0,>=1.23
@@ -26,15 +26,16 @@ Requires-Dist: nvidia-curand-cu12
26
26
  Requires-Dist: nvidia-cusolver-cu12
27
27
  Requires-Dist: nvidia-cusparse-cu12
28
28
  Requires-Dist: packaging
29
- Requires-Dist: pylibraft-cu12==24.10.*
30
- Requires-Dist: raft-dask-cu12==24.10.*
31
- Requires-Dist: rapids-dask-dependency==24.10.*
32
- Requires-Dist: rmm-cu12==24.10.*
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
33
  Requires-Dist: scipy>=1.8.0
34
34
  Requires-Dist: treelite==4.3.0
35
+ Requires-Dist: certifi; extra == "test"
35
36
  Requires-Dist: cython>=3.0.0; extra == "test"
36
37
  Requires-Dist: dask-ml; extra == "test"
37
- Requires-Dist: hdbscan<0.8.39,>=0.8.38; extra == "test"
38
+ Requires-Dist: hdbscan<0.8.40,>=0.8.39; extra == "test"
38
39
  Requires-Dist: hypothesis<7,>=6.0; extra == "test"
39
40
  Requires-Dist: nltk; extra == "test"
40
41
  Requires-Dist: numpydoc; extra == "test"
@@ -44,11 +45,11 @@ Requires-Dist: pytest-cases; extra == "test"
44
45
  Requires-Dist: pytest-cov; extra == "test"
45
46
  Requires-Dist: pytest-xdist; extra == "test"
46
47
  Requires-Dist: pytest==7.*; extra == "test"
47
- Requires-Dist: scikit-learn==1.5; extra == "test"
48
+ Requires-Dist: scikit-learn==1.5.*; extra == "test"
48
49
  Requires-Dist: seaborn; extra == "test"
49
- Requires-Dist: setuptools; extra == "test"
50
50
  Requires-Dist: statsmodels; extra == "test"
51
51
  Requires-Dist: umap-learn==0.5.6; extra == "test"
52
+ Requires-Dist: xgboost>=2.1.0; extra == "test"
52
53
  Provides-Extra: test
53
54
  Description-Content-Type: text/markdown
54
55
 
@@ -92,7 +93,7 @@ example `setup.py --singlegpu`) are:
92
93
 
93
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**.
94
95
 
95
- For developers that need to modify RAFT code, please refer to the [RAFT Developer Guide](https://github.com/rapidsai/raft/blob/branch-24.10/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.
96
97
 
97
98
  To configure RAFT at build time:
98
99
 
@@ -104,7 +105,7 @@ The RAFT Python code gets included in the cuML build and distributable artifacts
104
105
 
105
106
  ### Build Requirements
106
107
 
107
- cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-24.10/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.
108
109
 
109
110
  To build cuML's Python package, the following dependencies are required:
110
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"