diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e2a39d6..bed23959 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/requirements/requirements_doc.txt b/requirements/requirements_doc.txt index 99411786..0abc82c2 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -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 diff --git a/setup.py b/setup.py index 6b39fc02..275dfc55 100644 --- a/setup.py +++ b/setup.py @@ -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", ],