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 1095ab8 commit b3bb2c3Copy full SHA for b3bb2c3
setup.py
@@ -394,7 +394,10 @@ def try_unmangle(n):
394
"Topic :: Software Development :: Libraries :: Python Modules",
395
"Topic :: Scientific/Engineering"
396
],
397
- install_requires=["vtk==9.2.*"],
+ install_requires=["vtk==9.2.6"],
398
+ dependency_links=[
399
+ 'https://wheels.vtk.org'
400
+ ],
401
# Dummy extension to trigger build_ext
402
ext_modules=[Extension("__dummy__", sources=[])],
403
cmdclass={"bdist_wheel": bdist_wheel_repaired, "build_ext": copy_installed},
0 commit comments