From 7d8417648ca71343453688a9cd29a931c616fd34 Mon Sep 17 00:00:00 2001 From: Farid Mohammadi <farid.mohammadi@iws.uni-stuttgart.de> Date: Wed, 14 Sep 2022 16:04:18 +0200 Subject: [PATCH] [setup] add scipy to the list of dependencies. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 4c713af00..3c37d0e0d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,6 +25,7 @@ install_requires = joblib==1.0.1 matplotlib==3.4.2 seaborn==0.11.1 + scipy==1.7.3 scikit-learn==0.24.2 tqdm==4.61.1 chaospy==4.3.3 -- GitLab