Spaces:
Runtime error
Runtime error
FrozenBurning
commited on
Commit
•
bb59c63
1
Parent(s):
f285f50
Update requirements.txt
Browse files- requirements.txt +19 -4
requirements.txt
CHANGED
@@ -1,13 +1,28 @@
|
|
1 |
-
torch
|
2 |
torchvision
|
3 |
numpy
|
4 |
scipy
|
5 |
scikit-image
|
6 |
-
Pillow==6.1
|
7 |
-
setuptools==59.5.0
|
8 |
einops
|
9 |
noise
|
10 |
opencv-python
|
11 |
pynvml
|
12 |
wandb
|
13 |
-
tensorboard
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
torchvision
|
3 |
numpy
|
4 |
scipy
|
5 |
scikit-image
|
|
|
|
|
6 |
einops
|
7 |
noise
|
8 |
opencv-python
|
9 |
pynvml
|
10 |
wandb
|
11 |
+
tensorboard
|
12 |
+
|
13 |
+
cmake
|
14 |
+
Pillow>=8.3.2
|
15 |
+
tqdm==4.35.0
|
16 |
+
wget
|
17 |
+
cython
|
18 |
+
lmdb
|
19 |
+
av
|
20 |
+
imutils
|
21 |
+
imageio-ffmpeg
|
22 |
+
qimage2ndarray
|
23 |
+
albumentations
|
24 |
+
requests==2.25.1
|
25 |
+
nvidia-ml-py3==7.352.0
|
26 |
+
pyglet
|
27 |
+
rsa
|
28 |
+
matplotlib
|