Skip to content

Commit d608f8f

Browse files
BUILD(pip): update pyvista[io] requirement
Updates the requirements on [pyvista[io]](https://github.com/pyvista/pyvista) to permit the latest version. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](pyvista/pyvista@v0.38.0...v0.45.2) --- updated-dependencies: - dependency-name: pyvista[io] dependency-version: 0.45.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 091eb1c commit d608f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ doc = [
8888
]
8989
graphics = [
9090
"ansys-tools-visualization-interface",
91-
"pyvista[io]>=0.38.0,<0.45",
91+
"pyvista[io]>=0.38.0,<0.46",
9292
"matplotlib>=3.5.0,<3.11",
9393
"vtk>=9.0,<9.4",
9494
]

0 commit comments

Comments
 (0)