Skip to content

Commit 1a43559

Browse files
committed
build: bump PyVista and VTK versions (support Python 3.13)
1 parent e54ba43 commit 1a43559

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ tests = [
7373
"pytest-cov==6.1.1",
7474
"pytest-pyvista==0.1.9",
7575
"pytest-xvfb==3.1.1",
76-
"pyvista[jupyter]==0.44.2",
76+
"pyvista[jupyter]==0.45.0",
7777
"requests==2.32.3",
7878
"scipy==1.15.2",
7979
"semver==3.0.4",
8080
"six==1.17.0",
81-
"vtk==9.3.1",
81+
"vtk==9.4.2",
8282
]
8383
tests-minimal = [
8484
"pytest==8.3.5",
@@ -110,7 +110,7 @@ doc = [
110110
"Pint==0.24.4",
111111
"protobuf==5.29.3",
112112
"pygltflib==1.16.3",
113-
"pyvista[jupyter]==0.44.2",
113+
"pyvista[jupyter]==0.45.0",
114114
"quarto-cli==1.6.42",
115115
"requests==2.32.3",
116116
"scipy==1.15.2",
@@ -121,7 +121,7 @@ doc = [
121121
"sphinx-copybutton==0.5.2",
122122
"sphinx-jinja==2.0.2",
123123
"trame-vtk==2.8.15",
124-
"vtk==9.3.1",
124+
"vtk==9.4.2",
125125
]
126126

127127
[project.urls]

0 commit comments

Comments
 (0)