Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
torch==1.11.0
|
2 |
torchvision==0.12.0
|
3 |
-
numpy==1.19.2
|
4 |
-
|
|
|
5 |
#opencv-python==4.1.2.30
|
6 |
pudb==2019.2
|
7 |
imageio==2.9.0
|
|
|
1 |
torch==1.11.0
|
2 |
torchvision==0.12.0
|
3 |
+
#numpy==1.19.2
|
4 |
+
numpy
|
5 |
+
albumentations==0.4.3
|
6 |
#opencv-python==4.1.2.30
|
7 |
pudb==2019.2
|
8 |
imageio==2.9.0
|