Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
timm
|
5 |
einops
|
6 |
git+https://github.com/huggingface/transformers.git
|
|
|
1 |
+
pytorch_lightning==1.1.4
|
2 |
+
transformers==4.2.1
|
3 |
+
Pillow==8.2.0
|
4 |
+
tqdm==4.56.0
|
5 |
+
ipdb==0.13.4
|
6 |
+
numpy==1.19.5
|
7 |
+
einops==0.3.0
|
8 |
+
pyarrow==2.0.0
|
9 |
+
sacred==0.8.2
|
10 |
+
pandas==1.1.5
|
11 |
timm
|
12 |
einops
|
13 |
git+https://github.com/huggingface/transformers.git
|