Unpin scipy from setup.py

This commit is contained in:
jdegenstein
2023-02-21 11:33:11 -06:00
committed by GitHub
parent 6a762801c1
commit b408429405

View File

@@ -35,6 +35,5 @@ setup(
"requests>=2,<3",
"spyder>=5,<6",
"pyqtgraph==0.12.4",
"scipy<=1.9.1",
],
)