Skip to content

Commit 1095ab8

Browse files
committed
Trying to make VTK version more flexible
1 parent 90a596a commit 1095ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def try_unmangle(n):
394394
"Topic :: Software Development :: Libraries :: Python Modules",
395395
"Topic :: Scientific/Engineering"
396396
],
397-
install_requires=["vtk==9.2.6"],
397+
install_requires=["vtk==9.2.*"],
398398
# Dummy extension to trigger build_ext
399399
ext_modules=[Extension("__dummy__", sources=[])],
400400
cmdclass={"bdist_wheel": bdist_wheel_repaired, "build_ext": copy_installed},

0 commit comments

Comments
 (0)