Skip to content

Commit

Permalink
Merge branch 'dev' into nwb-schema-2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Mar 26, 2024
2 parents 8d8de42 + 1c313b4 commit a69e851
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ tests/coverage/htmlcov

# macos
.DS_Store

# Version
_version.py
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Overall Health
.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/ruff.yml/badge.svg
:target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/ruff.yml

.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_external_links.yml/badge.svg
:target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_external_links.yml
.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_sphinx_links.yml/badge.svg
:target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_sphinx_links.yml

.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_inspector_tests.yml/badge.svg
:target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_inspector_tests.yml
Expand Down
2 changes: 1 addition & 1 deletion docs/source/software_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ codecov_, which shows line by line which lines are covered by the tests.
Installation Requirements
-------------------------

:pynwb:`setup.py <blob/dev/setup.py>` contains a list of package dependencies and their version ranges allowed for
:pynwb:`pyproject.toml <blob/dev/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.

Expand Down

0 comments on commit a69e851

Please sign in to comment.