requirements:
host:
- python
- pip
- setuptools
run:
- knobs
- pywin32
- typer
knobs
is a package I also built
conda install -c local mypkg
conda build purge-all
conda-build
may implicitly use local
.
# [unix]
dependencies still. I think I may be creating the windows package incorreectly though. I'm using conda convert ... -p win-64
which outputs the package, but seemingly the contents of that still seem to mention that it requires the unix dependency. Any suggestiosn where I'm going wrong?
{% if false %} # [win]
{% if true %} # [not win]