Skip to content

Commit 72d3fbd

Browse files
Update pyvista[all] requirement from <=0.43.8 to <=0.46.3
Updates the requirements on [pyvista[all]](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[all] dependency-version: 0.46.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55fa0a7 commit 72d3fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dev = [
3737
"pytest-cov",
3838
"pytest_regressions"
3939
]
40-
devsim = ["devsim", "pyvista<=0.43.8", "tidy3d>=2.8.2,<2.9"]
40+
devsim = ["devsim", "pyvista<=0.46.3", "tidy3d>=2.8.2,<2.9"]
4141
docs = [
4242
"jupytext",
4343
"matplotlib",
@@ -54,7 +54,7 @@ gmsh = [
5454
"mapbox_earcut",
5555
"meshio",
5656
"pygmsh",
57-
"pyvista<=0.43.8",
57+
"pyvista<=0.46.3",
5858
"trimesh",
5959
"shapely",
6060
"meshwell~=1.0.7"

0 commit comments

Comments
 (0)