Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix importlib_metadata incompatibility #1694

Merged
merged 2 commits into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
[#1688](https://github.com/NeurodataWithoutBorders/pynwb/pull/1688)
- Remove references to discontinued `requires.io` service in documentation. @rly
[#1690](https://github.com/NeurodataWithoutBorders/pynwb/pull/1690)
- Update `requirements-doc.txt` to resolve Python 3.7 incompatibility. @rly
[#1694](https://github.com/NeurodataWithoutBorders/pynwb/pull/1694)

## PyNWB 2.3.2 (April 10, 2023)

Expand Down
2 changes: 2 additions & 0 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ sphinx-copybutton
dataframe_image # used to render large dataframe as image in the sphinx gallery to improve html display
lxml # used by dataframe_image when using the matplotlib backend
hdf5plugin
importlib-metadata<4.3; python_version < "3.8" # TODO: remove when minimum python version is 3.8