Ask any question about QuantStack projects: xtensor, xeus, voila, Jupyter widgets, mamba
std::string
.
CONDA_SUBDIR=win-64 mamba create -n blabla mypackage --dry-run
--json
and then parse that further
conda-lock
has implemetned these things properly: https://github.com/conda-incubator/conda-lock
--json
but unfortunately none of the variants I tried gave useful information - CONDA_SUBDIR
(instead of manual channels and --override-channels
) and --dry-run
instead of --download-only
seem to have done the trick, thanks! (for building bundled releases we "pin" everything in the conda dependency list and not all our platforms are available in our CI)