Skip to content

Commit e8ae14a

Browse files
committed
deploy: 9467a1f
1 parent 0d907c3 commit e8ae14a

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.doctrees/environment.pickle

0 Bytes
Binary file not shown.
Binary file not shown.

_sources/package-structure-code/publish-python-package-pypi-conda.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ package repository. Thus environments that contain packages
141141
installed from both pip and conda are more likely to yield
142142
dependency conflicts.
143143

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

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

package-structure-code/publish-python-package-pypi-conda.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ <h3>Managing Python package dependency conflicts<a class="headerlink" href="#man
631631
package repository. Thus environments that contain packages
632632
installed from both pip and conda are more likely to yield
633633
dependency conflicts.</p>
634-
<p>Similarly installing packages from the default anaconda package mixed with the conda-forge channel can also lead to dependency conflicts.</p>
634+
<p>Similarly installing packages from the default anaconda channel mixed with the conda-forge channel can also lead to dependency conflicts.</p>
635635
<p>Many install packages directly from conda <code class="docutils literal notranslate"><span class="pre">defaults</span></code> channel. However, because
636636
this channel is managed by Anaconda, the packages available on it are
637637
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>

0 commit comments

Comments
 (0)