Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(python): Update GPU engine installation instructions to remove --extra-index-url from CUDA 12 packages #20381

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

beckernick
Copy link
Contributor

This PR updates the GPU engine installation instructions to reflect that CUDA 12 packages can now be installed without using the --extra-index-url=https://pypi.nvidia.com because the relevant packages are now available via PyPI.

pip install polars[gpu] will now work for CUDA 12. For CUDA 11, the extra index will still be required.

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars labels Dec 20, 2024
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.90%. Comparing base (db1684d) to head (963d673).
Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20381      +/-   ##
==========================================
- Coverage   79.10%   78.90%   -0.20%     
==========================================
  Files        1572     1567       -5     
  Lines      219958   219928      -30     
  Branches     2465     2465              
==========================================
- Hits       173991   173545     -446     
- Misses      45399    45815     +416     
  Partials      568      568              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@Matt711 Matt711 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good

@beckernick beckernick marked this pull request as ready for review December 20, 2024 15:12
@ritchie46 ritchie46 merged commit c3a03cc into pola-rs:main Dec 20, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants