test scipy<=1.9.1 in setup.py

This commit is contained in:
jdegenstein
2023-02-20 21:27:58 -06:00
committed by GitHub
parent 43c4708847
commit 9eca091fa3

View File

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