Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
|
4 |
git+https://github.com/baudm/parseq
|
|
|
|
|
5 |
pytorch-lightning~=1.6.5
|
6 |
timm~=0.6.5
|
7 |
nltk~=3.7.0
|
8 |
lmdb~=1.3.0
|
|
|
9 |
imgaug~=0.4.0
|
10 |
hydra-core~=1.2.0
|
11 |
fvcore~=0.1.5.post20220512
|
12 |
ray[tune]~=1.13.0
|
13 |
ax-platform~=0.2.5.1
|
14 |
PyYAML~=6.0.0
|
15 |
-
tqdm~=4.64.0
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/baudm/parseq
|
2 |
+
torch>=1.10.2
|
3 |
+
torchvision>=0.11.3
|
4 |
pytorch-lightning~=1.6.5
|
5 |
timm~=0.6.5
|
6 |
nltk~=3.7.0
|
7 |
lmdb~=1.3.0
|
8 |
+
Pillow~=9.2.0
|
9 |
imgaug~=0.4.0
|
10 |
hydra-core~=1.2.0
|
11 |
fvcore~=0.1.5.post20220512
|
12 |
ray[tune]~=1.13.0
|
13 |
ax-platform~=0.2.5.1
|
14 |
PyYAML~=6.0.0
|
15 |
+
tqdm~=4.64.0
|