Skip to content

Commit

Permalink
Added scipy pin in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fedesemeraro committed Mar 13, 2024
1 parent 4c1e399 commit 18f8dc3
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 @@ -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",
"scipy =1.11", # to avoid change in API
"matplotlib",
"pyvista",
],
Expand Down

0 comments on commit 18f8dc3

Please sign in to comment.