Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
numpy==1.22.4
|
2 |
-
torch==1.11
|
3 |
-
torchaudio
|
4 |
-
|
5 |
-
torchvision
|
6 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
7 |
carvekit==4.1.0
|
|
|
1 |
numpy==1.22.4
|
2 |
+
torch==1.11.0
|
3 |
+
torchaudio==0.11.0
|
4 |
+
torchvision==0.12.0
|
|
|
5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
carvekit==4.1.0
|