Skip to content

Commit

Permalink
Merge branch 'master' into feat/premium_as_default
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Apr 3, 2023
2 parents 291af81 + a33d8f3 commit 93c9046
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
custom-requirements: ${{ inputs.custom-requirements }}

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

- name: "Install documentation requirements"
shell: bash
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,3 @@ jobs:
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
python-version: ${{ env.MAIN_PYTHON_VERSION }}

2 changes: 1 addition & 1 deletion requirements/requirements_build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wheel==0.38.4
wheel==0.40.0
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pypandoc==1.10
imageio==2.26.0
imageio==2.27.0
numpydoc==1.4.0
imageio-ffmpeg==0.4.7
Sphinx==5.3.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage==7.2.1
coverage==7.2.2
pandas==1.3.5; python_version < "3.8"
pandas==1.5.3; python_version >= "3.8"
pytest-cov==4.0.0
pytest-rerunfailures==11.0
pytest==7.2.1
pyvista==0.38.3
pyvista==0.38.5

0 comments on commit 93c9046

Please sign in to comment.