diff --git a/doc/changelog.d/6080.dependencies.md b/doc/changelog.d/6080.dependencies.md new file mode 100644 index 00000000000..1479bad549f --- /dev/null +++ b/doc/changelog.d/6080.dependencies.md @@ -0,0 +1 @@ +update pyvista requirement from <0.45,>=0.38.0 to >=0.38.0,<0.46 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7ec49ecbd9e..0fccf823150 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ tests = [ "pyaedt[integration-tests]", "pytest-timeout>=2.3.0,<2.4", "pytest-xdist>=3.5.0,<3.7", - "pyvista[io]>=0.38.0,<0.45", + "pyvista[io]>=0.38.0,<0.46", "scikit-rf>=0.30.0,<1.7", "tables; python_version >= '3.10'", ] @@ -89,7 +89,7 @@ doc = [ "sphinx-copybutton>=0.5.0,<0.6", "sphinx-gallery>=0.14.0,<0.20", "sphinx_design>=0.4.0,<0.7", - "pyvista[io]>=0.38.0,<0.45", + "pyvista[io]>=0.38.0,<0.46", "ansys-tools-visualization-interface; python_version >= '3.10'", ] jupyter = [ @@ -103,7 +103,7 @@ all = [ "openpyxl>=3.1.0,<3.3", "osmnx>=1.1.0,<2.1", "pandas>=1.1.0,<2.3", - "pyvista[io]>=0.38.0,<0.45", + "pyvista[io]>=0.38.0,<0.46", "fast-simplification>=0.1.7", "ansys-tools-visualization-interface; python_version >= '3.10'", "tables; python_version >= '3.10'",