--- a +++ b/requirements.txt @@ -0,0 +1,19 @@ +numpy +openpyxl +pandas +omegaconf +torch +scikit-learn +xgboost +catboost +matplotlib +seaborn +numpyencoder +sqlalchemy + +# if use mysql +# sudo apt-get install -y python3-mysqldb +mysqlclient + +# if use postgresql +psycopg2-binary