cuml-cu12 24.6.0__tar.gz → 24.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.
Files changed (1) hide show
  1. PKG-INFO +3 -4
PKG-INFO CHANGED
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cuml-cu12
3
- Version: 24.6.0
3
+ Version: 24.8.0
4
4
  Summary: cuML - RAPIDS ML Algorithms
5
5
  Author: NVIDIA Corporation
6
6
  License: Apache 2.0
@@ -56,7 +56,7 @@ example `setup.py --singlegpu`) are:
56
56
 
57
57
  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
58
 
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.
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.
60
60
 
61
61
  To configure RAFT at build time:
62
62
 
@@ -68,12 +68,11 @@ The RAFT Python code gets included in the cuML build and distributable artifacts
68
68
 
69
69
  ### Build Requirements
70
70
 
71
- cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-24.06/environments) includes all dependencies required to build cuML.
71
+ cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-24.08/environments) includes all dependencies required to build cuML.
72
72
 
73
73
  To build cuML's Python package, the following dependencies are required:
74
74
 
75
75
  - cudatoolkit version corresponding to system CUDA toolkit
76
- - setuptools
77
76
  - cython >= 0.29, < 0.30
78
77
  - numpy
79
78
  - cmake >= 3.14