Spaces:
Build error
Build error
Haotian Zhang
commited on
Commit
•
7f799e8
1
Parent(s):
ecb4718
fix numpy version
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch==1.10.0+cu113
|
3 |
torchvision==0.11.0+cu113
|
|
|
4 |
einops
|
5 |
shapely
|
6 |
timm
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch==1.10.0+cu113
|
3 |
torchvision==0.11.0+cu113
|
4 |
+
numpy==1.23.3
|
5 |
einops
|
6 |
shapely
|
7 |
timm
|