Princeaka commited on
Commit
ce1da75
·
verified ·
1 Parent(s): dcec1ba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -10,10 +10,10 @@ tqdm>=4.67,<5
10
  cryptography>=42,<44
11
  python-multipart>=0.0.9,<0.1
12
 
13
- # --- PyTorch stack ---
14
- torch>=2.4,<2.5
15
- torchvision>=0.19,<0.20
16
- torchaudio>=2.4,<2.5
17
 
18
  # --- HF ecosystem / modeling ---
19
  transformers>=4.44,<5
 
10
  cryptography>=42,<44
11
  python-multipart>=0.0.9,<0.1
12
 
13
+ # --- PyTorch stack (let pip solve compatible combo) ---
14
+ torch>=2.4,<3
15
+ torchvision>=0.19,<1
16
+ torchaudio>=2.4,<3
17
 
18
  # --- HF ecosystem / modeling ---
19
  transformers>=4.44,<5