From d416c68a5626daa02e554ce46dfc2c7d38a641a0 Mon Sep 17 00:00:00 2001 From: rly Date: Mon, 15 May 2023 20:20:29 -0700 Subject: [PATCH 1/2] Fix importlib_metadata incompatibility --- requirements-doc.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements-doc.txt b/requirements-doc.txt index ad5b77629..f2a82da73 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -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 + From 372dc37b772a3014122e3214d4bd91e3cbbb0652 Mon Sep 17 00:00:00 2001 From: rly Date: Mon, 15 May 2023 20:22:38 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2ff4e8b..542c9c6b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)