Skip to content
Snippets Groups Projects
Commit 97148b2c authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

build: Fix conda-build dependency warnings

parent ed6e948c
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ outputs:
- libgdal
- {{ pin_compatible('armadillo') }}
- {{ pin_compatible('spdlog') }}
- {{ pin_compatible('fmt') }}
# - vs2015_runtime # [win]
- name: imagefusion-utils
......@@ -124,9 +125,9 @@ outputs:
- pybind11 >=2.6.0
- {{ pin_subpackage('libimagefusion', exact=True) }}
run:
- python
- numpy
- {{ pin_subpackage('libimagefusion', exact=True) }}
- libgdal
- libopencv
test:
requires:
- pillow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment