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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- # Core app & UI
2
  gradio[mcp,oauth]==5.49.1
3
  fastapi==0.121.0
4
  uvicorn==0.31.1
@@ -6,21 +6,23 @@ starlette==0.49.3
6
  spaces==0.42.1
7
  python-dotenv==1.0.1
8
 
9
- # Vector learning & AI stack
10
  sentence-transformers==3.2.0
11
  faiss-cpu==1.8.0.post1
12
- transformers==4.46.2
13
- tokenizers==0.21.4
 
 
14
  huggingface-hub==0.34.6
15
 
16
- # Numerical + analytics
17
  numpy==1.26.4
18
  pandas==2.2.2
19
  scikit-learn==1.5.2
20
  scipy==1.13.1
21
  matplotlib==3.9.2
22
 
23
- # Utils
24
  tqdm==4.66.5
25
  requests==2.32.3
26
  tenacity==8.4.1
 
1
+ # Core Space / Web stack
2
  gradio[mcp,oauth]==5.49.1
3
  fastapi==0.121.0
4
  uvicorn==0.31.1
 
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