Skip to content

Commit

Permalink
content/dependencies: Fix environments.yml -> environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Nov 9, 2023
1 parent ae875c0 commit 9e15848
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ text file which looks like this:
pandas
scipy
``environments.yml`` (for conda) is a yaml-file which looks like this:
``environment.yml`` (for conda) is a yaml-file which looks like this:

.. code-block:: yaml
Expand Down Expand Up @@ -343,7 +343,7 @@ Here are the two files again, but this time with versions pinned:
pandas==2.0.3
scipy==1.10.1
``environments.yml`` with versions:
``environment.yml`` with versions:

.. code-block:: yaml
Expand All @@ -359,7 +359,7 @@ Here are the two files again, but this time with versions pinned:
- Conda can also read and write ``requirements.txt``.
- ``requirements.txt`` can also refer to packages on Github.
- ``environments.yml`` can also contain a ``pip`` section.
- ``environment.yml`` can also contain a ``pip`` section.
- See also: https://coderefinery.github.io/reproducible-research/dependencies/ .

.. admonition:: Putting too strict requirements can be counter-productive
Expand Down

0 comments on commit 9e15848

Please sign in to comment.