Commit
·
e6fb042
1
Parent(s):
5f463bc
added requirements file
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.19.2
|
2 |
+
joblib==1.3.2
|
3 |
+
scikit-learn==1.2.2 #version must be the same as notebook: https://github.com/msoria17/dsc478-project
|
4 |
+
xgboost==2.0.3 #version must be the same as notebook ^
|