diff --git a/setup.py b/setup.py index 82c6a8a..48f1713 100644 --- a/setup.py +++ b/setup.py @@ -394,7 +394,10 @@ def try_unmangle(n): "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Scientific/Engineering" ], - install_requires=["vtk==9.2.*"], + install_requires=["vtk==9.2.6"], + dependency_links=[ + 'https://wheels.vtk.org' + ], # Dummy extension to trigger build_ext ext_modules=[Extension("__dummy__", sources=[])], cmdclass={"bdist_wheel": bdist_wheel_repaired, "build_ext": copy_installed},