awacke1 commited on
Commit
cdddde9
·
verified ·
1 Parent(s): 1cd253f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -3
requirements.txt CHANGED
@@ -1,5 +1,20 @@
1
- torch
2
  diffusers
3
  transformers
4
- gradio
5
- peft
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  diffusers
2
  transformers
3
+
4
+ # Core libraries
5
+ numpy>=1.23.5
6
+ pandas>=2.1.0
7
+
8
+ # Anthropic client
9
+ anthropic>=0.2.9
10
+
11
+ # Torch & Diffusion
12
+ torch>=2.0.1
13
+ diffusers>=0.19.3
14
+ safetensors>=0.3.2
15
+
16
+ # Image handling
17
+ Pillow>=10.0.0
18
+
19
+ # Gradio
20
+ gradio>=3.42.0