Diff of /requirements.txt [000000] .. [d6904d]

Switch to side-by-side view

--- 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