Skip to content

Commit 2034c36

Browse files
committed
Exclude vtk 9.4.0 from accepted versions in optional plotting requirements
1 parent c5a6bfc commit 2034c36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ plotting = [
4444
"matplotlib>=3.2",
4545
# 3D plotting
4646
"pyvista>=0.32.0",
47+
"vtk!=9.4.0",
4748
# Animations
4849
"imageio < 2.28.1",
4950
"imageio-ffmpeg",

0 commit comments

Comments
 (0)