dask-cuda 24.6.0__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 +20 -20
PKG-INFO CHANGED
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dask-cuda
3
- Version: 24.6.0
3
+ Version: 24.10.0
4
4
  Summary: Utilities for Dask and CUDA interactions
5
5
  Author: NVIDIA Corporation
6
6
  License: Apache 2.0
@@ -12,31 +12,31 @@ Classifier: Topic :: Database
12
12
  Classifier: Topic :: Scientific/Engineering
13
13
  Classifier: License :: OSI Approved :: Apache Software License
14
14
  Classifier: Programming Language :: Python :: 3
15
- Classifier: Programming Language :: Python :: 3.9
16
15
  Classifier: Programming Language :: Python :: 3.10
17
16
  Classifier: Programming Language :: Python :: 3.11
18
- Requires-Python: >=3.9
17
+ Classifier: Programming Language :: Python :: 3.12
18
+ Requires-Python: >=3.10
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
- Requires-Dist: click >=8.1
22
- Requires-Dist: numba >=0.57
23
- Requires-Dist: numpy <2.0a0,>=1.23
24
- Requires-Dist: pandas >=1.3
25
- Requires-Dist: pynvml <11.5,>=11.0.0
26
- Requires-Dist: rapids-dask-dependency ==24.6.*
27
- Requires-Dist: zict >=2.0.0
21
+ Requires-Dist: click>=8.1
22
+ Requires-Dist: numba>=0.57
23
+ Requires-Dist: numpy<3.0a0,>=1.23
24
+ Requires-Dist: pandas>=1.3
25
+ Requires-Dist: pynvml<11.5,>=11.0.0
26
+ Requires-Dist: rapids-dask-dependency==24.10.*
27
+ Requires-Dist: zict>=2.0.0
28
28
  Provides-Extra: docs
29
- Requires-Dist: numpydoc >=1.1.0 ; extra == 'docs'
30
- Requires-Dist: sphinx ; extra == 'docs'
31
- Requires-Dist: sphinx-click >=2.7.1 ; extra == 'docs'
32
- Requires-Dist: sphinx-rtd-theme >=0.5.1 ; extra == 'docs'
29
+ Requires-Dist: numpydoc>=1.1.0; extra == "docs"
30
+ Requires-Dist: sphinx; extra == "docs"
31
+ Requires-Dist: sphinx-click>=2.7.1; extra == "docs"
32
+ Requires-Dist: sphinx-rtd-theme>=0.5.1; extra == "docs"
33
33
  Provides-Extra: test
34
- Requires-Dist: cudf ==24.6.* ; extra == 'test'
35
- Requires-Dist: dask-cudf ==24.6.* ; extra == 'test'
36
- Requires-Dist: kvikio ==24.6.* ; extra == 'test'
37
- Requires-Dist: pytest ; extra == 'test'
38
- Requires-Dist: pytest-cov ; extra == 'test'
39
- Requires-Dist: ucx-py ==0.38.* ; extra == 'test'
34
+ Requires-Dist: cudf==24.10.*; extra == "test"
35
+ Requires-Dist: dask-cudf==24.10.*; extra == "test"
36
+ Requires-Dist: kvikio==24.10.*; extra == "test"
37
+ Requires-Dist: pytest; extra == "test"
38
+ Requires-Dist: pytest-cov; extra == "test"
39
+ Requires-Dist: ucx-py==0.40.*; extra == "test"
40
40
 
41
41
  Dask CUDA
42
42
  =========