update requirements
Browse files- pre-requirements.txt +2 -0
pre-requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
numpy==1.23.1
|
2 |
torch==1.12.1
|
|
|
|
|
3 |
ftfy
|
4 |
regex
|
5 |
tqdm
|
|
|
1 |
numpy==1.23.1
|
2 |
torch==1.12.1
|
3 |
+
torchvision==0.13.1
|
4 |
+
torchaudio==0.12.1
|
5 |
ftfy
|
6 |
regex
|
7 |
tqdm
|