petter2025 commited on
Commit
79730d1
·
verified ·
1 Parent(s): b9d0f39

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  # === Core App / Web Stack ===
2
  gradio[mcp,oauth]==5.49.1
3
- fastapi==0.115.5
4
  uvicorn==0.31.1
5
- starlette==0.49.3
6
  spaces==0.42.1
7
  python-dotenv==1.0.1
8
  filelock==3.16.1
@@ -18,7 +18,7 @@ scikit-learn==1.5.2
18
  # === Transformers + Hugging Face Integration ===
19
  transformers==4.45.2
20
  tokenizers==0.20.3
21
- huggingface-hub==0.33.5 # ✅ compatible with Gradio 5.49.1
22
 
23
  # === Visualization + Utilities ===
24
  matplotlib==3.9.2
 
1
  # === Core App / Web Stack ===
2
  gradio[mcp,oauth]==5.49.1
3
+ fastapi==0.110.3
4
  uvicorn==0.31.1
5
+ starlette==0.41.2
6
  spaces==0.42.1
7
  python-dotenv==1.0.1
8
  filelock==3.16.1
 
18
  # === Transformers + Hugging Face Integration ===
19
  transformers==4.45.2
20
  tokenizers==0.20.3
21
+ huggingface-hub==0.33.5
22
 
23
  # === Visualization + Utilities ===
24
  matplotlib==3.9.2