Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
python_version == "3.8.*"
|
2 |
numpy
|
3 |
torch
|
|
|
4 |
pillow
|
5 |
matplotlib
|
6 |
transformers
|
7 |
scipy
|
8 |
-
torchvision
|
9 |
opencv-python
|
10 |
scikit-image
|
11 |
math
|
|
|
1 |
python_version == "3.8.*"
|
2 |
numpy
|
3 |
torch
|
4 |
+
torchvision
|
5 |
pillow
|
6 |
matplotlib
|
7 |
transformers
|
8 |
scipy
|
|
|
9 |
opencv-python
|
10 |
scikit-image
|
11 |
math
|