Skip to content

Commit

Permalink
Merge branch 'main' into release/0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Sep 5, 2024
2 parents 97c0a15 + c12857c commit a8c6f02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ repos:
exclude: '.*\.(cdb|rst|dat)$'

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.1
rev: 0.29.2
hooks:
- id: check-github-workflows
2 changes: 1 addition & 1 deletion requirements/requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sphinx<9
ansys-sphinx-theme==1.0.5
ansys-sphinx-theme==1.0.8
imageio==2.35.1
nest-asyncio==1.6.0
notfound==1.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"appdirs>=1.4.0",
"matplotlib>=3.0.0",
"numpy>=1.16.0,<3",
"pyvista>=0.32.0,<0.44",
"pyvista>=0.32.0",
"tqdm>=4.45.0",
"vtk>=9.0.0",
],
Expand Down

0 comments on commit a8c6f02

Please sign in to comment.