petter2025 commited on
Commit
cd4a63c
·
verified ·
1 Parent(s): 4092f33

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,29 +1,30 @@
1
- # Core Space / Web stack
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
  python-dotenv==1.0.1
8
 
9
- # Embedding + Semantic Retrieval Stack
10
  sentence-transformers==3.2.0
11
  faiss-cpu==1.8.0.post1
12
 
13
- # Transformers ecosystem (compatible versions)
14
  transformers==4.45.2
15
  tokenizers==0.20.3
16
- huggingface-hub==0.34.6
17
 
18
- # Numeric + Analytics
19
  numpy==1.26.4
20
  pandas==2.2.2
21
  scikit-learn==1.5.2
22
  scipy==1.13.1
23
  matplotlib==3.9.2
24
 
25
- # Utility + Runtime
26
  tqdm==4.66.5
27
  requests==2.32.3
28
  tenacity==8.4.1
29
  joblib==1.4.2
 
 
1
+ # --- Core Space / 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
 
9
+ # --- Embedding + Semantic Retrieval Stack ---
10
  sentence-transformers==3.2.0
11
  faiss-cpu==1.8.0.post1
12
 
13
+ # --- Transformers ecosystem ---
14
  transformers==4.45.2
15
  tokenizers==0.20.3
16
+ huggingface-hub==0.24.6
17
 
18
+ # --- Numeric + Analytics ---
19
  numpy==1.26.4
20
  pandas==2.2.2
21
  scikit-learn==1.5.2
22
  scipy==1.13.1
23
  matplotlib==3.9.2
24
 
25
+ # --- Utility + Runtime ---
26
  tqdm==4.66.5
27
  requests==2.32.3
28
  tenacity==8.4.1
29
  joblib==1.4.2
30
+ filelock==3.13.1