From 3d4cfd24e291c492ee696920328583259f2277d2 Mon Sep 17 00:00:00 2001 From: Angelos Chatzimparmpas Date: Mon, 19 Apr 2021 12:20:49 +0200 Subject: [PATCH] Updating list of requirements --- README.md | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a1336f4e0..c688e4152 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Most of them are available online from the [UCI Machine Learning Repository](htt For the backend: - [Python 3](https://www.python.org/downloads/) - [Flask](https://palletsprojects.com/p/flask/) -- Other packages: `pymongo`, `numpy`, `scipy`, `scikit-learn`, `sk-dist`, `eli5`, and `pandas`. +- Other packages: `Flask-PyMongo`, `flask_cors`, `mlxtend`, `imblearn`, `joblib`, `numpy`, `scikit-learn`, `scikit-learn-extra`, `sk-dist`, `eli5`, `umap-learn`, and `pandas`. You can install all the backend requirements with the following command: ``` diff --git a/requirements.txt b/requirements.txt index e36756016..2a57f3c82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,4 @@ sk-dist mlxtend umap-learn eli5 -pymongo imblearn \ No newline at end of file