diff --git a/setup.py b/setup.py index 908295f..8edbedd 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def run(self): install_requires=[ # TexGen also required, but it can be installed as add-on "numpy", "scikit-image >=0.17", # in order to have marching_cubes in the API - "scipy =1.11", # to avoid change in API + "scipy ~=1.11", # to avoid change in API "matplotlib", "pyvista", ],