Skip to content

Commit d42e5f7

Browse files
authored
Update software_process.rst (#900)
* Update software_process.rst * Update CHANGELOG.md
1 parent e5bcf74 commit d42e5f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Updated `HDMFIO` and `HDF5IO` to support `ExternalResources`. @mavaylon1 [#895](https://github.com/hdmf-dev/hdmf/pull/895)
1313
- Dropped Python 3.7 support. @rly [#897](https://github.com/hdmf-dev/hdmf/pull/897)
1414
- Added HTML repr to `Container` objects which displays an interactive tree of a container's values and children in a Jupyter notebook and other HTML representations. @edeno [#883](https://github.com/hdmf-dev/hdmf/pull/883)
15+
- Update software_process.rst with the correct external links. @mavaylon1 [#900](https://github.com/hdmf-dev/hdmf/pull/900)
1516

1617
### Documentation and tutorial enhancements:
1718
- Added tutorial for the new `TermSet` class @mavaylon1 [#880](https://github.com/hdmf-dev/hdmf/pull/880)

docs/source/software_process.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ codecov_, which shows line by line which lines are covered by the tests.
4141
Installation Requirements
4242
-------------------------
4343

44-
setup.py_ contains a list of package dependencies and their version ranges allowed for
44+
pyproject.toml_ contains a list of package dependencies and their version ranges allowed for
4545
running HDMF. As a library, upper bound version constraints create more harm than good in the long term (see this
4646
`blog post`_) so we avoid setting upper bounds on requirements.
4747

4848
If some of the packages are outdated, see :ref:`update_requirements_files`.
4949

50-
.. _setup.py: https://github.com/hdmf-dev/hdmf/blob/dev/setup.py
50+
.. _pyproject.toml: https://github.com/hdmf-dev/hdmf/blob/dev/pyproject.toml
5151
.. _blog post: https://iscinumpy.dev/post/bound-version-constraints/
5252

5353
--------------------

0 commit comments

Comments
 (0)