Theloomvale commited on
Commit
fab8b33
·
verified ·
1 Parent(s): 0405fba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -10
requirements.txt CHANGED
@@ -1,15 +1,13 @@
1
  gradio==5.49.1
2
 
3
- # CPU-friendly pins (avoid numpy 2.x crash)
4
- torch==2.3.1
5
- torchvision==0.18.1
6
- numpy<2.0.0
7
- pillow>=9.5.0,<11.0.0
8
- safetensors>=0.4.2
9
- accelerate==0.34.2
10
- diffusers==0.30.2
11
- transformers==4.44.2
12
- huggingface_hub>=0.24.6
13
 
14
  # Google Sheets (optional)
15
  gspread==6.1.0
 
1
  gradio==5.49.1
2
 
3
+ diffusers>=0.27.2
4
+ accelerate>=0.34.0
5
+ gradio>=4.44.0
6
+ huggingface_hub>=0.24.0
7
+ safetensors>=0.4.3
8
+ Pillow>=10.3.0
9
+ # Torch is provided in the Space base image; if you need to pin locally, uncomment:
10
+ # torch==2.3.1
 
 
11
 
12
  # Google Sheets (optional)
13
  gspread==6.1.0