Skip to content

Commit ed90de6

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 24d277b commit ed90de6

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
@@ -94,7 +94,7 @@ doc = [
9494
]
9595
graphics = [
9696
"ansys-tools-visualization-interface; python_version >= '3.10'",
97-
"pyvista[io]>=0.38.0,<0.45",
97+
"pyvista[io]>=0.38.0,<0.46",
9898
"matplotlib>=3.5.0,<3.11",
9999
"vtk>=9.0,<9.4",
100100
]

0 commit comments

Comments
 (0)