Skip to content

Commit a7fd895

Browse files
authored
Remove limit on VTK in pyproject.toml
1 parent 72a2f88 commit a7fd895

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
@@ -54,7 +54,7 @@ plotting = [
5454
"matplotlib>=3.2",
5555
# 3D plotting
5656
"pyvista>=0.32.0",
57-
"vtk!=9.4.0",
57+
"vtk",
5858
# Animations
5959
"imageio < 2.28.1",
6060
"imageio-ffmpeg",

0 commit comments

Comments
 (0)