Skip to content

Commit

Permalink
mmdet v3.0.0 (#12)
Browse files Browse the repository at this point in the history
* updated v3.0.0

* Rename mmcv-full to mmcv and add shapely

Xref https://github.com/open-mmlab/mmdetection/blame/v3.0.0/requirements/runtime.txt. Rename from mmcv-full to mmcv after conda-forge/mmcv-recipe-feedstock#19.

---------

Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
  • Loading branch information
regro-cf-autotick-bot and weiji14 authored May 17, 2023
1 parent 6c452aa commit 41cee69
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "mmdet" %}
{% set version = "2.28.2" %}
{% set version = "3.0.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/open-mmlab/mmdetection/archive/refs/tags/v{{ version }}.zip
sha256: 12a905cee2ebf36cbb2eeda6c0b2976f239fc9fcf68549b1264599d36161ff1a
sha256: d1a9cb1025637df277d2417d8fcd45a5c0375a02eb82444691c9e710339461f5

build:
noarch: python
Expand All @@ -20,13 +20,14 @@ requirements:
- python >=3.7
- pytorch
run:
- mmcv-full
- mmcv
- numpy
- py-opencv
- pycocotools
- python >=3.7
- pytorch
- scipy
- shapely
- six
- terminaltables

Expand All @@ -37,7 +38,7 @@ test:
- pip
commands:
- pip check
- python3 -c "import mmdet; print(mmdet.__version__)"
- python -c "import mmdet; print(mmdet.__version__)"

about:
home: https://github.com/open-mmlab/mmdetection
Expand Down

0 comments on commit 41cee69

Please sign in to comment.