Skip to content

Databricks init script is not PEP440 compliant #672

@jayavenkatesh19

Description

@jayavenkatesh19

The init script on the Databricks page installs nightlies using this command:

pip install \
    --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple \
    "cudf-cu12>=26.04.*,>=0.0.0a0" "cuml-cu12>=26.04.*,>=0.0.0a0" \
    "dask-cuda>=26.04.*,>=0.0.0a0"

However, the pip install fails on Databricks with an error saying using wildcards (26.04.*) with comparative operators (>=) is not PEP 440 compatible

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions