cuml-cu12 24.6.1__tar.gz → 24.10.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.
Files changed (1) hide show
  1. PKG-INFO +42 -7
PKG-INFO CHANGED
@@ -1,20 +1,56 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cuml-cu12
3
- Version: 24.6.1
3
+ Version: 24.10.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.10.*
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.*
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.10.*
30
+ Requires-Dist: raft-dask-cu12==24.10.*
31
+ Requires-Dist: rapids-dask-dependency==24.10.*
32
+ Requires-Dist: rmm-cu12==24.10.*
33
+ Requires-Dist: scipy>=1.8.0
34
+ Requires-Dist: treelite==4.3.0
35
+ Requires-Dist: cython>=3.0.0; extra == "test"
36
+ Requires-Dist: dask-ml; extra == "test"
37
+ Requires-Dist: hdbscan<0.8.39,>=0.8.38; extra == "test"
38
+ Requires-Dist: hypothesis<7,>=6.0; extra == "test"
39
+ Requires-Dist: nltk; extra == "test"
40
+ Requires-Dist: numpydoc; extra == "test"
41
+ Requires-Dist: pynndescent; extra == "test"
42
+ Requires-Dist: pytest-benchmark; extra == "test"
43
+ Requires-Dist: pytest-cases; extra == "test"
44
+ Requires-Dist: pytest-cov; extra == "test"
45
+ Requires-Dist: pytest-xdist; extra == "test"
46
+ Requires-Dist: pytest==7.*; extra == "test"
47
+ Requires-Dist: scikit-learn==1.5; extra == "test"
48
+ Requires-Dist: seaborn; extra == "test"
49
+ Requires-Dist: setuptools; extra == "test"
50
+ Requires-Dist: statsmodels; extra == "test"
51
+ Requires-Dist: umap-learn==0.5.6; extra == "test"
15
52
  Provides-Extra: test
16
53
  Description-Content-Type: text/markdown
17
- Stub-Only: True
18
54
 
19
55
  # cuML Python Package
20
56
 
@@ -56,7 +92,7 @@ example `setup.py --singlegpu`) are:
56
92
 
57
93
  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
94
 
59
- For developers that need to modify RAFT code, please refer to the [RAFT Developer Guide](https://github.com/rapidsai/raft/blob/branch-24.06/docs/source/build.md) for recommendations.
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.
60
96
 
61
97
  To configure RAFT at build time:
62
98
 
@@ -68,12 +104,11 @@ The RAFT Python code gets included in the cuML build and distributable artifacts
68
104
 
69
105
  ### Build Requirements
70
106
 
71
- cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-24.06/environments) includes all dependencies required to build cuML.
107
+ cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-24.10/environments) includes all dependencies required to build cuML.
72
108
 
73
109
  To build cuML's Python package, the following dependencies are required:
74
110
 
75
111
  - cudatoolkit version corresponding to system CUDA toolkit
76
- - setuptools
77
112
  - cython >= 0.29, < 0.30
78
113
  - numpy
79
114
  - cmake >= 3.14