Skip to content

Commit

Permalink
Update gpu pins (#6358)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Aug 8, 2024
1 parent 6adedbe commit 6e9c4cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: check-json
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.5.6
hooks:
- id: ruff
files: holoviews/|scripts/
Expand Down
1 change: 1 addition & 0 deletions holoviews/tests/ipython/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import pytest

pytest.importorskip("nbconvert")
pytest.importorskip("IPython")

import nbconvert
import nbformat
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ NUMBA_CUDA_LOW_OCCUPANCY_WARNINGS = "0"

[feature.test-gpu.dependencies]
cuda-version = "12.2.*"
cudf = "24.06.*"
cudf = "24.08.*"
cupy = "*"
cuspatial = "*"
librmm = { version = "*", channel = "rapidsai" }
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ filterwarnings = [
"ignore:unclosed file <_io.TextIOWrapper name='/dev/null' mode='w':ResourceWarning", # OK
# 2024-07
"ignore:The (non_)?interactive_bk attribute was deprecated in Matplotlib 3.9", # OK - Only happening in debug mode
"ignore: Jitify is performing a one-time only warm::cupy", # OK
]

[tool.coverage]
Expand Down

0 comments on commit 6e9c4cb

Please sign in to comment.