cuml-cu12 24.4.0__tar.gz → 24.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.
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.4.0
3
+ Version: 24.6.0
4
4
  Summary: cuML - RAPIDS ML Algorithms
5
5
  Author: NVIDIA Corporation
6
6
  License: Apache 2.0
@@ -14,7 +14,6 @@ Project-URL: Documentation, https://docs.rapids.ai/api/cuml/stable/
14
14
  Requires-Python: >=3.9
15
15
  Provides-Extra: test
16
16
  Description-Content-Type: text/markdown
17
- License-File: LICENSE
18
17
  Stub-Only: True
19
18
 
20
19
  # cuML Python Package
@@ -57,7 +56,7 @@ example `setup.py --singlegpu`) are:
57
56
 
58
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**.
59
58
 
60
- For developers that need to modify RAFT code, please refer to the [RAFT Developer Guide](https://github.com/rapidsai/raft/blob/branch-24.04/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.06/docs/source/build.md) for recommendations.
61
60
 
62
61
  To configure RAFT at build time:
63
62
 
@@ -69,7 +68,7 @@ The RAFT Python code gets included in the cuML build and distributable artifacts
69
68
 
70
69
  ### Build Requirements
71
70
 
72
- cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-24.04/environments) includes all dependencies required to build cuML.
71
+ cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tree/branch-24.06/environments) includes all dependencies required to build cuML.
73
72
 
74
73
  To build cuML's Python package, the following dependencies are required:
75
74