ghostai1 commited on
Commit
3cca708
·
verified ·
1 Parent(s): 3db50f7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -3,10 +3,12 @@ torch>=2.0.0
3
  gradio[oauth,mcp]==5.31.0
4
  matplotlib>=3.7.1
5
  datasets>=2.12.0
6
- pydantic>=1.10.7,<2.0.0
 
7
  uvicorn>=0.14.0
8
  huggingface-hub>=0.19.0
9
  hf_xet>=1.0.0,<2.0.0
10
  hf-transfer>=0.1.4
11
  click<8.1
12
  protobuf<4
 
 
3
  gradio[oauth,mcp]==5.31.0
4
  matplotlib>=3.7.1
5
  datasets>=2.12.0
6
+ # Remove pydantic line or use latest version compatible with gradio
7
+ # pydantic>=2.0,<3.0
8
  uvicorn>=0.14.0
9
  huggingface-hub>=0.19.0
10
  hf_xet>=1.0.0,<2.0.0
11
  hf-transfer>=0.1.4
12
  click<8.1
13
  protobuf<4
14
+