Spaces:
Running
on
Zero
Running
on
Zero
Fix MMCV server certificate expired
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ chumpy @ git+https://github.com/mkocabas/chumpy.git
|
|
2 |
numpy<2.0.0 # ensure we stay on NumPy 1.x so C-extensions match :contentReference[oaicite:0]{index=0}
|
3 |
cython # needed to build xtcocotools from source
|
4 |
--find-links https://download.openmmlab.com/mmcv/dist/cu121/torch2.4/index.html
|
|
|
5 |
mmcv==2.2.0
|
6 |
torch==2.4.0
|
7 |
opencv-python
|
|
|
2 |
numpy<2.0.0 # ensure we stay on NumPy 1.x so C-extensions match :contentReference[oaicite:0]{index=0}
|
3 |
cython # needed to build xtcocotools from source
|
4 |
--find-links https://download.openmmlab.com/mmcv/dist/cu121/torch2.4/index.html
|
5 |
+
--trusted-host download.openmmlab.com
|
6 |
mmcv==2.2.0
|
7 |
torch==2.4.0
|
8 |
opencv-python
|