diff --git a/requirements.txt b/requirements.txt index ce1f22e6..e2714ea3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ lazy_object_proxy == 1.6.0 pypika == 0.48.2 #networkx == 2.5.1 #nbsphinx == 0.8.3 -scipy == 1.7.3 +scipy == 1.10.0 seaborn == 0.11.2 scikit-learn == 1.0.2 numpy == 1.21.6 diff --git a/setup.py b/setup.py index 7b0e658f..1e8f83b4 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ "pypika == 0.48.2", #"networkx == 2.5.1", #"nbsphinx == 0.8.3", - "scipy == 1.7.3", + "scipy == 1.10.0", "seaborn == 0.11.2", "scikit-learn == 1.0.2", "numpy == 1.21.6",