Skip to content

Commit ff29610

Browse files
committed
fix(vtk): remove version constraint
1 parent 8328167 commit ff29610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"trame>=3",
3232
"trame-dataclass>=2",
3333
"trame-vuetify>=3.2",
34-
"vtk>=9.6.1",
34+
"vtk",
3535
]
3636

3737
[project.urls]

0 commit comments

Comments
 (0)