Skip to content

Commit 9e15848

Browse files
committed
content/dependencies: Fix environments.yml -> environment.yml
1 parent ae875c0 commit 9e15848

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/dependencies.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ text file which looks like this:
297297
pandas
298298
scipy
299299
300-
``environments.yml`` (for conda) is a yaml-file which looks like this:
300+
``environment.yml`` (for conda) is a yaml-file which looks like this:
301301

302302
.. code-block:: yaml
303303
@@ -343,7 +343,7 @@ Here are the two files again, but this time with versions pinned:
343343
pandas==2.0.3
344344
scipy==1.10.1
345345
346-
``environments.yml`` with versions:
346+
``environment.yml`` with versions:
347347

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

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

0 commit comments

Comments
 (0)