chipling commited on
Commit
40e2544
·
verified ·
1 Parent(s): 1ef70b2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -4,13 +4,14 @@ uvicorn[standard]==0.30.1
4
  python-multipart==0.0.9
5
 
6
  # AI & Multimodal Logic
 
 
7
  sentence-transformers==3.0.1
8
- transformers==4.45.0
9
  torch==2.4.0
10
  torchvision==0.19.0
11
  pillow==10.4.0
12
 
13
- # THE FIX: Missing dependencies for SigLIP
14
  sentencepiece==0.2.0
15
  protobuf==3.20.3
16
 
 
4
  python-multipart==0.0.9
5
 
6
  # AI & Multimodal Logic
7
+ # MUST be 4.49.0+ for SigLIP 2 support
8
+ transformers>=4.49.0
9
  sentence-transformers==3.0.1
 
10
  torch==2.4.0
11
  torchvision==0.19.0
12
  pillow==10.4.0
13
 
14
+ # Essential for SigLIP 2 Tokenizer
15
  sentencepiece==0.2.0
16
  protobuf==3.20.3
17