petter2025 commited on
Commit
b49c46b
·
verified ·
1 Parent(s): d97b7c8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -2
requirements.txt CHANGED
@@ -1,2 +1,24 @@
1
- gradio==4.44.0
2
- sqlite-utils==3.35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core web + runtime
2
+ gradio[oauth,mcp]==5.49.1
3
+ uvicorn>=0.14.0
4
+ fastapi>=0.115.0
5
+
6
+ # Core logic + telemetry
7
+ pandas>=2.2.2
8
+ numpy>=1.26.4
9
+ pydantic~=1.10.13
10
+
11
+ # Hugging Face + AI
12
+ huggingface-hub>=0.24.5
13
+ hf-transfer>=0.1.4
14
+ transformers>=4.44.2
15
+ torch>=2.4.0
16
+ scikit-learn>=1.5.1
17
+
18
+ # Optional storage + vector features
19
+ faiss-cpu>=1.8.0
20
+ sentence-transformers>=3.0.1
21
+
22
+ # Misc
23
+ requests>=2.31.0
24
+ python-dotenv>=1.0.1