Skip to content

Commit

Permalink
Trying to make VTK version more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Jun 14, 2024
1 parent 90a596a commit 1095ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def try_unmangle(n):
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering"
],
install_requires=["vtk==9.2.6"],
install_requires=["vtk==9.2.*"],
# Dummy extension to trigger build_ext
ext_modules=[Extension("__dummy__", sources=[])],
cmdclass={"bdist_wheel": bdist_wheel_repaired, "build_ext": copy_installed},
Expand Down

0 comments on commit 1095ab8

Please sign in to comment.