We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4243ff6 commit 4b73569Copy full SHA for 4b73569
.circleci/test.yml
@@ -105,8 +105,8 @@ jobs:
105
name: Install mmdet3d dependencies
106
command: |
107
docker exec mmdet3d pip install -e /mmengine
108
- docker exec pip install -U openmim
109
- docker exec mim install 'mmcv >= 2.0.0rc1'
+ docker exec mmdet3d pip install -U openmim
+ docker exec mmdet3d mim install 'mmcv >= 2.0.0rc1'
110
docker exec mmdet3d pip install -e /mmdetection
111
docker exec mmdet3d pip install -r requirements.txt
112
- run:
requirements/optional.txt
@@ -1,4 +1,3 @@
1
black==20.8b1 # be compatible with typing-extensions 3.7.4
2
-spconv
3
typing-extensions==3.7.4 # required by tensorflow<=2.6
4
waymo-open-dataset-tf-2-6-0 # requires python>=3.7
0 commit comments