Skip to content

Add xtcocotools #29680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 18, 2025
50 changes: 50 additions & 0 deletions recipes/xtcocotools/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% set name = "xtcocotools" %}
{% set version = "1.14.3" %}

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

source:
- url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 6434382784d206204d2a1b491dba359ff3464a2b9eb5890fbc0d868cad4e810f

build:
number: 0
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation

requirements:
build:
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
host:
- cython
- matplotlib
- numpy
- pip
- python
- setuptools >=18.0
run:
- cython
- matplotlib
- numpy >=1.20.0
- python

test:
imports:
- xtcocotools
commands:
- pip check
requires:
- pip
- python

about:
home: https://github.com/jin-s13/xtcocoapi
summary: Extended COCO-API
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- jeongseok-meta