Spaces:
Sleeping
Sleeping
relax the requirement on numpy.
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -2,9 +2,9 @@ torch==1.12.0
|
|
2 |
torchvision==0.13.0
|
3 |
omegaconf==2.3.0
|
4 |
opencv-python==4.5.3.56
|
5 |
-
numpy
|
6 |
-
scikit-image
|
7 |
-
scipy
|
8 |
gdown==4.6.0
|
9 |
einops==0.6.0
|
10 |
six==1.16.0
|
@@ -15,7 +15,7 @@ protobuf==3.19.6
|
|
15 |
tifffile==2022.10.10
|
16 |
timm==0.6.12
|
17 |
toml==0.10.2
|
18 |
-
tqdm
|
19 |
traitlets==5.5.0
|
20 |
typing-extensions==4.4.0
|
21 |
gradio
|
|
|
2 |
torchvision==0.13.0
|
3 |
omegaconf==2.3.0
|
4 |
opencv-python==4.5.3.56
|
5 |
+
numpy
|
6 |
+
scikit-image
|
7 |
+
scipy
|
8 |
gdown==4.6.0
|
9 |
einops==0.6.0
|
10 |
six==1.16.0
|
|
|
15 |
tifffile==2022.10.10
|
16 |
timm==0.6.12
|
17 |
toml==0.10.2
|
18 |
+
tqdm
|
19 |
traitlets==5.5.0
|
20 |
typing-extensions==4.4.0
|
21 |
gradio
|