diff --git a/docs/source/software_process.rst b/docs/source/software_process.rst index 07fd97246..2bc7d5596 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 ------------------------- -:pynwb:`setup.py ` 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.