petter2025 commited on
Commit
e2044c9
·
verified ·
1 Parent(s): 446933b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -26
requirements.txt CHANGED
@@ -1,26 +1,16 @@
1
- # Core runtime
2
- gradio[mcp,oauth]==5.49.1
3
- fastapi==0.115.5
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
9
-
10
- # Vector memory + embeddings
11
- faiss-cpu==1.8.0.post1
12
- sentence-transformers==3.2.0
13
-
14
- # ML + utils
15
- numpy==1.26.4
16
- scipy==1.13.1
17
- pandas==2.2.2
18
- scikit-learn==1.5.2
19
- transformers==4.45.2
20
- tokenizers==0.20.3
21
- huggingface-hub==0.33.5
22
- matplotlib==3.9.2
23
- tqdm==4.66.5
24
- requests==2.32.3
25
- tenacity==8.4.1
26
- joblib==1.4.2
 
1
+ gradio==5.49.1
2
+ fastapi==0.104.1
3
+ uvicorn==0.24.0
4
+ sentence-transformers==2.2.2
5
+ faiss-cpu==1.7.4
6
+ requests==2.31.0
7
+ numpy==1.24.3
8
+ pandas==2.0.3
9
+ pydantic==2.5.0
10
+ scikit-learn==1.3.0
11
+ scipy==1.11.3
12
+ prophet==1.1.4
13
+ plotly==5.17.0
14
+ asyncio==3.4.3
15
+ aiohttp==3.9.1
16
+ python-multipart==0.0.6