diff --git a/setup.py b/setup.py index 4d6e3e7..a80d1bf 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,6 @@ "pytest==5.2.2", "pytest-mpl==0.10", "pytest-mock==1.11.2", - "scipy==1.3.1", + "scipy==1.10.0", ], )