jree423 commited on
Commit
9528683
·
verified ·
1 Parent(s): 173b929

Fix torch/torchvision version conflicts for diffsketchedit

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- torch>=1.12.0
2
- torchvision>=0.13.0
3
  numpy>=1.21.0
4
  Pillow>=8.0.0
5
  cairosvg>=2.5.0
 
1
+ torch==2.0.1
2
+ torchvision==0.15.2
3
  numpy>=1.21.0
4
  Pillow>=8.0.0
5
  cairosvg>=2.5.0