You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2022. It is now read-only.
When you try to update the environment with conda env update -f environment.yml you get a warning.
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.
The text was updated successfully, but these errors were encountered:
When you try to update the environment with
conda env update -f environment.yml
you get a warning.Warning:
The text was updated successfully, but these errors were encountered: