Skip to content

Commit

Permalink
deploy: 9467a1f
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Sep 7, 2024
1 parent 0d907c3 commit e8ae14a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
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
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ <h3>Managing Python package dependency conflicts<a class="headerlink" href="#man
package repository. Thus environments that contain packages
installed from both pip and conda are more likely to yield
dependency conflicts.</p>
<p>Similarly installing packages from the default anaconda package mixed with the conda-forge channel can also lead to dependency conflicts.</p>
<p>Similarly installing packages from the default anaconda channel mixed with the conda-forge channel can also lead to dependency conflicts.</p>
<p>Many install packages directly from conda <code class="docutils literal notranslate"><span class="pre">defaults</span></code> channel. However, because
this channel is managed by Anaconda, the packages available on it are
limited to those that Anaconda decides should be core to a stable installation. The conda-forge channel was created to complement the <code class="docutils literal notranslate"><span class="pre">defaults</span></code> channel. It allows anyone to submit a package to be published in the channel . Thus, <code class="docutils literal notranslate"><span class="pre">conda-forge</span></code> channel ensures that a broad suite of user-developed community packages can be installed from conda.</p>
Expand Down

0 comments on commit e8ae14a

Please sign in to comment.