It would be good if some packages (like black) would only be installed in the development image, but not in the one used for production. Also, adding Jupyter Notebook support (see next issue) will also require additional packages, which may not be needed for every project.
Since the YAML syntax for conda/mamba env files does not support such "optional dependencies", we will likely have to change the syntax to the simple text file form, as also used by pip.
It would be good if some packages (like
black
) would only be installed in the development image, but not in the one used for production. Also, adding Jupyter Notebook support (see next issue) will also require additional packages, which may not be needed for every project.Since the YAML syntax for
conda/mamba
env files does not support such "optional dependencies", we will likely have to change the syntax to the simple text file form, as also used bypip
.