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

python: Fix unpinned conda dependency

parent 53dec7a4
Branches
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ outputs:
- scikit-build
- libopencv
- libgdal
- armadillo # conda-forge
- armadillo
- spdlog
- boost-cpp # headers would suffice, but there is no header-only package
......@@ -55,7 +55,7 @@ outputs:
- gdal
- libopencv
- libgdal
- armadillo
- {{ pin_compatible('armadillo') }}
- {{ pin_compatible('spdlog') }}
# - vs2015_runtime # [win]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment