We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a596a commit 1095ab8Copy full SHA for 1095ab8
setup.py
@@ -394,7 +394,7 @@ def try_unmangle(n):
394
"Topic :: Software Development :: Libraries :: Python Modules",
395
"Topic :: Scientific/Engineering"
396
],
397
- install_requires=["vtk==9.2.6"],
+ install_requires=["vtk==9.2.*"],
398
# Dummy extension to trigger build_ext
399
ext_modules=[Extension("__dummy__", sources=[])],
400
cmdclass={"bdist_wheel": bdist_wheel_repaired, "build_ext": copy_installed},
0 commit comments