petter2025 commited on
Commit
42e050e
·
verified ·
1 Parent(s): 50f51ce

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  # Core Web + UI
2
  gradio==4.43.0
3
- fastapi==0.115.2
4
  uvicorn==0.31.1
5
 
6
  # AI / Embedding / Similarity
@@ -20,7 +20,7 @@ matplotlib==3.9.2
20
  huggingface-hub==0.26.1
21
  python-dotenv==1.0.1
22
 
23
- # Optional - reliability logging & persistence
24
  joblib==1.4.2
25
  tqdm==4.66.5
26
 
 
1
  # Core Web + UI
2
  gradio==4.43.0
3
+ fastapi==0.112.2
4
  uvicorn==0.31.1
5
 
6
  # AI / Embedding / Similarity
 
20
  huggingface-hub==0.26.1
21
  python-dotenv==1.0.1
22
 
23
+ # Reliability logging & persistence
24
  joblib==1.4.2
25
  tqdm==4.66.5
26