Skip to content

Commit cb4f75f

Browse files
build: update pyvista requirement from <=0.45.3 to <=0.46.3
Updates the requirements on [pyvista](https://github.com/pyvista/pyvista) to permit the latest version. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](pyvista/pyvista@0.3.2...v0.46.3) --- updated-dependencies: - dependency-name: pyvista dependency-version: 0.46.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 735afcd commit cb4f75f

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
@@ -33,7 +33,7 @@ dependencies = [
3333
"psutil>=5.9.4",
3434
"pyansys-tools-versioning>=0.3.3",
3535
"pyiges[full]>=0.3.1", # Since v0.3.0, the 'full' flag is needed in order to install 'geomdl'
36-
"pyvista<=0.45.3",
36+
"pyvista<=0.46.3",
3737
"scipy>=1.3.0", # for sparse (consider optional?)
3838
"tabulate>=0.8.0", # for cli plotting
3939
"tqdm>=4.45.0",

0 commit comments

Comments
 (0)