unstructured icon indicating copy to clipboard operation
unstructured copied to clipboard

fix: Add `pip` as explicit dep in `environment.yml` to prevent warning

Open tomheaton opened this issue 4 months ago • 0 comments

Removes this warning:

Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you.

tomheaton avatar Feb 21 '24 22:02 tomheaton