Skip to content

Commit 3978f67

Browse files
committed
deploy: 7127c7f
1 parent b306f38 commit 3978f67

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

.doctrees/environment.pickle

-555 Bytes
Binary file not shown.
Binary file not shown.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ packages. These repositories are known as channels (discussed below).
6969
:::{admonition} A brief history of conda's evolution
7070
:class: note
7171

72-
The conda ecosystem evolved years ago to provide support for and
73-
simplify the process of managing software dependencies in scientific
7472
The conda ecosystem evolved years ago to provide support for, and
7573
simplify the process of, managing software dependencies in scientific
7674
Python projects.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,7 @@ <h2>What is PyPI<a class="headerlink" href="#what-is-pypi" title="Link to this h
576576
packages. These repositories are known as channels (discussed below).</p>
577577
<div class="note admonition">
578578
<p class="admonition-title">A brief history of conda’s evolution</p>
579-
<p>The conda ecosystem evolved years ago to provide support for and
580-
simplify the process of managing software dependencies in scientific
581-
The conda ecosystem evolved years ago to provide support for, and
579+
<p>The conda ecosystem evolved years ago to provide support for, and
582580
simplify the process of, managing software dependencies in scientific
583581
Python projects.</p>
584582
<p>Many of the core scientific Python projects depend upon or wrap around tools and extensions that are written in other languages, such as C++. In the early stages of the scientific ecosystem’s development, these non-Python extensions and tools were not well supported on PyPI, making publication difficult. In recent years there is more support for complex builds that allow developers to bundle non-Python code into a Python distribution using the <a class="reference internal" href="python-package-distribution-files-sdist-wheel.html#python-wheel"><span class="std std-ref">wheel distribution format</span></a>.</p>

0 commit comments

Comments
 (0)