Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 8, 2025
1 parent 1d53229 commit 59e6019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/software_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ pyproject.toml_ contains a list of package dependencies and their version ranges
running HDMF. 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.

When setting lower bounds, make sure to specify the lower bounds in the ``[project] dependencies`` key and
``[project.optional-dependencies] min-reqs`` key in pyproject.toml_.
When setting lower bounds, make sure to specify the lower bounds in the ``[project] dependencies`` key and
``[project.optional-dependencies] min-reqs`` key in pyproject.toml_.
The latter is used in automated testing to ensure that the package runs
correctly using the minimum versions of dependencies.

Expand Down

0 comments on commit 59e6019

Please sign in to comment.