petter2025 commited on
Commit
205a412
·
verified ·
1 Parent(s): 42e050e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,29 +1,29 @@
1
- # Core Web + UI
2
- gradio==4.43.0
3
- fastapi==0.112.2
4
  uvicorn==0.31.1
 
 
5
 
6
- # AI / Embedding / Similarity
7
  sentence-transformers==3.2.0
8
  faiss-cpu==1.8.0.post1
 
 
9
 
10
- # Data + Analytics
11
  pandas==2.2.2
12
  numpy==1.26.4
13
  scikit-learn==1.5.2
14
-
15
- # Time & Anomaly Simulation
16
  scipy==1.13.1
17
  matplotlib==3.9.2
18
 
19
- # Hugging Face + Token Management
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
-
27
- # Security & resilience
28
  requests==2.32.3
29
  tenacity==8.4.1
 
1
+ # === Core Web & UI ===
2
+ gradio[mcp,oauth]==5.49.1
3
+ fastapi==0.121.0
4
  uvicorn==0.31.1
5
+ starlette==0.49.3
6
+ spaces==0.42.1
7
 
8
+ # === AI / Embeddings / FAISS ===
9
  sentence-transformers==3.2.0
10
  faiss-cpu==1.8.0.post1
11
+ transformers==4.50.3
12
+ tokenizers==0.21.4
13
 
14
+ # === Data / Analytics ===
15
  pandas==2.2.2
16
  numpy==1.26.4
17
  scikit-learn==1.5.2
 
 
18
  scipy==1.13.1
19
  matplotlib==3.9.2
20
 
21
+ # === Hugging Face & Env ===
22
+ huggingface-hub==0.26.0 # keep <1.0 to satisfy transformers/tokenizers
23
  python-dotenv==1.0.1
24
 
25
+ # === Reliability / Utils ===
26
  joblib==1.4.2
27
  tqdm==4.66.5
 
 
28
  requests==2.32.3
29
  tenacity==8.4.1