Skip to content

Commit b3bb2c3

Browse files
committed
Added URL for custom VTK wheels
1 parent 1095ab8 commit b3bb2c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,10 @@ def try_unmangle(n):
394394
"Topic :: Software Development :: Libraries :: Python Modules",
395395
"Topic :: Scientific/Engineering"
396396
],
397-
install_requires=["vtk==9.2.*"],
397+
install_requires=["vtk==9.2.6"],
398+
dependency_links=[
399+
'https://wheels.vtk.org'
400+
],
398401
# Dummy extension to trigger build_ext
399402
ext_modules=[Extension("__dummy__", sources=[])],
400403
cmdclass={"bdist_wheel": bdist_wheel_repaired, "build_ext": copy_installed},

0 commit comments

Comments
 (0)