From f74a4b1df59767f94503b957047141d75b9baf0d Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Mon, 25 Mar 2024 12:24:00 -0700 Subject: [PATCH] Update docs/source/software_process.rst Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com> --- docs/source/software_process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/software_process.rst b/docs/source/software_process.rst index db8f31c55..f0aa8df31 100644 --- a/docs/source/software_process.rst +++ b/docs/source/software_process.rst @@ -36,7 +36,7 @@ codecov_, which shows line by line which lines are covered by the tests. Installation Requirements ------------------------- -pyproject.toml_ contains a list of package dependencies and their version ranges allowed for +:pynwb:`pyproject.toml ` contains a list of package dependencies and their version ranges allowed for running PyNWB. As a library, upper bound version constraints create more harm than good in the long term (see this `blog post`_) so we avoid setting upper bounds on requirements.