cudf-polars-cu12 24.8.3__tar.gz → 24.10.1__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 +8 -8
PKG-INFO CHANGED
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cudf-polars-cu12
3
- Version: 24.8.3
3
+ Version: 24.10.1
4
4
  Summary: Executor for polars using cudf
5
5
  Author: NVIDIA Corporation
6
6
  License: Apache 2.0
@@ -10,14 +10,14 @@ Classifier: Topic :: Database
10
10
  Classifier: Topic :: Scientific/Engineering
11
11
  Classifier: License :: OSI Approved :: Apache Software License
12
12
  Classifier: Programming Language :: Python
13
- Classifier: Programming Language :: Python :: 3.9
14
13
  Classifier: Programming Language :: Python :: 3.10
15
14
  Classifier: Programming Language :: Python :: 3.11
16
- Requires-Python: >=3.9
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Requires-Python: >=3.10
17
17
  Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
- Requires-Dist: cudf-cu12==24.8.*
20
- Requires-Dist: polars>=1.6
19
+ Requires-Dist: polars<1.9,>=1.8
20
+ Requires-Dist: pylibcudf-cu12==24.10.*
21
21
  Provides-Extra: test
22
22
  Requires-Dist: pytest-cov; extra == "test"
23
23
  Requires-Dist: pytest-xdist; extra == "test"
@@ -104,17 +104,17 @@ pip install --extra-index-url=https://pypi.nvidia.com cudf-cu12
104
104
 
105
105
  ### Conda
106
106
 
107
- cuDF can be installed with conda (via [miniconda](https://docs.conda.io/projects/miniconda/en/latest/) or the full [Anaconda distribution](https://www.anaconda.com/download) from the `rapidsai` channel:
107
+ cuDF can be installed with conda (via [miniforge](https://github.com/conda-forge/miniforge)) from the `rapidsai` channel:
108
108
 
109
109
  ```bash
110
110
  conda install -c rapidsai -c conda-forge -c nvidia \
111
- cudf=24.08 python=3.11 cuda-version=12.5
111
+ cudf=24.10 python=3.12 cuda-version=12.5
112
112
  ```
113
113
 
114
114
  We also provide [nightly Conda packages](https://anaconda.org/rapidsai-nightly) built from the HEAD
115
115
  of our latest development branch.
116
116
 
117
- Note: cuDF is supported only on Linux, and with Python versions 3.9 and later.
117
+ Note: cuDF is supported only on Linux, and with Python versions 3.10 and later.
118
118
 
119
119
  See the [RAPIDS installation guide](https://docs.rapids.ai/install) for more OS and version info.
120
120