Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
scipy
|
2 |
numpy
|
3 |
matplotlib
|
4 |
-
|
5 |
-
torch
|
6 |
-
torchvision
|
7 |
tqdm==4.60.0
|
8 |
Pillow==8.2.0
|
9 |
h5py==2.10.0
|
|
|
1 |
scipy
|
2 |
numpy
|
3 |
matplotlib
|
4 |
+
opencv-contrib-python==4.5.5.62
|
5 |
+
torch>=1.8.1
|
6 |
+
torchvision>=0.9.1
|
7 |
tqdm==4.60.0
|
8 |
Pillow==8.2.0
|
9 |
h5py==2.10.0
|