Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -15
requirements.txt
CHANGED
@@ -1,15 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
sklearn
|
10 |
-
torch == 1.7.0
|
11 |
-
torchvision == 0.8.1
|
12 |
-
tqdm == 4.51.0
|
13 |
-
transformers == 3.5.1
|
14 |
-
utils == 1.0.1
|
15 |
-
Pygments>=2.7.4
|
|
|
1 |
+
einops
|
2 |
+
numpy
|
3 |
+
matplotlib
|
4 |
+
opencv-python
|
5 |
+
h5py
|
6 |
+
torch
|
7 |
+
torchvision
|
8 |
+
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|