Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ package repository. Thus environments that contain packages
installed from both pip and conda are more likely to yield
dependency conflicts.

Similarly installing packages from the default anaconda package mixed with the conda-forge channel can also lead to dependency conflicts.
Similarly installing packages from the default anaconda channel mixed with the conda-forge channel can also lead to dependency conflicts.

Many install packages directly from conda `defaults` channel. However, because
this channel is managed by Anaconda, the packages available on it are
Expand Down
Loading