Skip to content

Commit

Permalink
Bump pyvista to deal with VTK 9.4 release (#2431)
Browse files Browse the repository at this point in the history
* Bump pyvista to deal with VTK 9.4 release

* Prevent VTK 9.4 from being installed in minimum tests
  • Loading branch information
adamjstewart authored Nov 27, 2024
1 parent a5d3037 commit 1e76607
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
key: ${{ env.pythonLocation }}-${{ hashFiles('requirements/required.txt') }}-${{ hashFiles('requirements/datasets.txt') }}-${{ hashFiles('requirements/tests.txt') }}
if: ${{ runner.os != 'macOS' }}
- name: Setup headless display for pyvista
uses: pyvista/setup-headless-display-action@v2
uses: pyvista/setup-headless-display-action@v3
- name: Install pip dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('requirements/min-reqs.old') }}
- name: Setup headless display for pyvista
uses: pyvista/setup-headless-display-action@v2
uses: pyvista/setup-headless-display-action@v3
- name: Install pip dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements/datasets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ laspy==2.5.4
opencv-python==4.10.0.84
pandas[parquet]==2.2.3
pycocotools==2.0.8
pyvista==0.44.1
pyvista==0.44.2
scikit-image==0.24.0
scipy==1.14.1
1 change: 1 addition & 0 deletions requirements/min-reqs.old
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pyarrow==15.0.0 # Remove when we upgrade min version of pandas to `pandas[parqu
pyvista==0.34.2
scikit-image==0.19.0
scipy==1.7.2
vtk==9.3.1 # PyVista is not yet compatible with VTK 9.4+

# tests
pytest==7.3.0
Expand Down

0 comments on commit 1e76607

Please sign in to comment.