Open stain opened 4 months ago
I will that one for @dannon not sure about the lock file update.
I need to dig up why we had to pin sharp back to 0.30.0
-- hopefully I left notes...
the removal of --force
is a needed change, this fails on newer conda versions I think
conda env create --force --file=environment.yml
/opt/homebrew/Caskroom/miniforge/base/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
usage: conda [-h] [-v] [--no-plugins] [-V] COMMAND ...
conda: error: unrecognized arguments: --force
Note that you may have to do
make build
twice for some reason. Afterwhichmake run
works fine, at least on Mint 21.3.