@@ -63,3 +63,4 @@ target/
*/image
*/~$*
*.ipynb
+/flagged
@@ -7,6 +7,9 @@
import os
+import matplotlib
+matplotlib.use('Agg')
+
import matplotlib.pyplot as plt
from commom import f_get_datetime
@@ -0,0 +1,9 @@
+pymysql==1.0.2
+python-docx==0.8.11
+xlrd==1.2.0
+scorecardpy==0.1.9.7
+toad==0.1.4
+dataframe_image==0.1.14
+gradio==3.0.12
+matplotlib==3.9.3
+scikit-learn==1.1.3