Updating list of requirements

master
parent 77299c502c
commit 3d4cfd24e2
  1. 2
      README.md
  2. 1
      requirements.txt

@ -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:
```

@ -9,5 +9,4 @@ sk-dist
mlxtend
umap-learn
eli5
pymongo
imblearn
Loading…
Cancel
Save