AbdullahImran commited on
Commit
89789d0
·
verified ·
1 Parent(s): e73911d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -5
requirements.txt CHANGED
@@ -1,10 +1,18 @@
 
 
 
1
  gradio
 
2
  tensorflow
3
- pandas
4
- numpy
5
- pillow
6
- requests
7
  scikit-learn
8
  xgboost
 
 
9
  numpy
10
- pandas
 
 
 
 
 
1
+ # Pin pydantic to avoid Starlette/Gradio break
2
+ pydantic==2.10.6
3
+
4
  gradio
5
+
6
  tensorflow
7
+ tensorflow-addons
8
+
 
 
9
  scikit-learn
10
  xgboost
11
+ joblib
12
+
13
  numpy
14
+ pandas
15
+ pillow
16
+
17
+ requests
18
+ huggingface_hub