Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitextor/bicleaner-ai.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZJaume <jzaragoza@prompsit.com>2021-06-01 10:18:17 +0300
committerZJaume <jzaragoza@prompsit.com>2021-06-01 10:18:17 +0300
commit274be4bfdc9a8ba48d90c4722410535b9acf35a6 (patch)
treecf0d2a73a7d9db451bd1ec5c166dbb7f5d687b0b
parent615762925b5e05538aba4c3f4bd97be43fd07d86 (diff)
Remove scipy from requirements
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 0489c36..93d4ea5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,6 @@
scikit-learn==0.22.1
PyYAML==5.4.1
numpy>=1.18.1
-scipy==1.4.1
pytest==5.1.2
toolwrapper==0.4.1
joblib==0.14.1