Fix torch/torchvision version conflicts for diffsketchedit
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
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
|