Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into jvonrick/add_shell_layer_selection
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonrickenbach committed Dec 3, 2024
2 parents aa93850 + 8debe23 commit b8130bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
standalone_suffix: ${{ inputs.standalone_suffix }}

- name: "Setup headless display"
uses: pyvista/setup-headless-display-action@v2
uses: pyvista/setup-headless-display-action@v3

- name: "Install documentation requirements"
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wheel==0.45.0
wheel==0.45.1
4 changes: 2 additions & 2 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pypandoc==1.14
imageio==2.36.0
imageio==2.36.1
numpydoc==1.8.0
imageio-ffmpeg==0.5.1
Sphinx==8.1.3
Expand All @@ -11,5 +11,5 @@ sphinx-copybutton==0.5.0
sphinx-gallery==0.18.0
ansys_sphinx_theme==1.2.2
sphinx-autodoc-typehints==2.5.0
pyvista==0.44.1
pyvista==0.44.2
vtk==9.3.1
4 changes: 2 additions & 2 deletions requirements/requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage==7.6.7
coverage==7.6.8
pytest-cov==6.0.0
pytest-rerunfailures==15.0
pytest==8.3.3
pyvista==0.44.1
pyvista==0.44.2
vtk==9.3.1

0 comments on commit b8130bd

Please sign in to comment.