remove pytorch version
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -192,10 +192,10 @@ timm==1.0.3
|
|
192 |
tokenizers==0.19.1
|
193 |
toml==0.10.2
|
194 |
tomli==2.0.1
|
195 |
-
torch
|
196 |
torch-fidelity==0.3.0
|
197 |
torchmetrics==1.4.0.post0
|
198 |
-
torchvision
|
199 |
tox==3.28.0
|
200 |
tqdm==4.66.4
|
201 |
traitlets==5.14.3
|
|
|
192 |
tokenizers==0.19.1
|
193 |
toml==0.10.2
|
194 |
tomli==2.0.1
|
195 |
+
torch
|
196 |
torch-fidelity==0.3.0
|
197 |
torchmetrics==1.4.0.post0
|
198 |
+
torchvision
|
199 |
tox==3.28.0
|
200 |
tqdm==4.66.4
|
201 |
traitlets==5.14.3
|