itberrios commited on
Commit
5119724
·
1 Parent(s): 6d7f109

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- PIL
2
  numpy
3
- torch
4
- transformers
5
- diffusers
 
1
+ pillow=9.5.0
2
  numpy
3
+ torch=2.0.1
4
+ transformers=4.30.2
5
+ diffusers=0.11.1