Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -7,9 +7,9 @@ ftfy==6.1.1
|
|
7 |
regex==2022.9.13
|
8 |
tensorflow-addons==0.19.0
|
9 |
h5py==3.8.0
|
10 |
-
torch
|
11 |
-
torchaudio
|
12 |
-
torchvision
|
13 |
pytorch_lightning
|
14 |
scipy
|
15 |
typing
|
|
|
7 |
regex==2022.9.13
|
8 |
tensorflow-addons==0.19.0
|
9 |
h5py==3.8.0
|
10 |
+
torch==1.13.1
|
11 |
+
torchaudio==0.13.1
|
12 |
+
torchvision==0.14.1
|
13 |
pytorch_lightning
|
14 |
scipy
|
15 |
typing
|