Update setup.py

This commit is contained in:
jdegenstein
2025-02-20 15:48:25 -06:00
committed by GitHub
parent 10cd914498
commit d67472fb3c

View File

@@ -39,6 +39,6 @@ setup(
"spyder>=5,<6", "spyder>=5,<6",
"pyqtgraph", "pyqtgraph",
"numpy >= 2, <3", "numpy >= 2, <3",
"scipy==1.15.1", # workaround for renamed stuff in scipy optimize "scipy==1.14.1", # workaround for renamed stuff in scipy optimize
], ],
) )