File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments