We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7f284d + 2da6207 commit 365b900Copy full SHA for 365b900
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Upcoming
2
3
+# v0.4.24
4
+
5
+* Loosened upper bound of numpy version. [PR # 330](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/330)
6
7
8
# v0.4.23
9
10
### New Checks
requirements.txt
@@ -7,4 +7,4 @@ click
tqdm
isodate
numpy>=1.20.0,<1.21.0;python_version<'3.8'
-numpy>=1.22.0,<1.23.0;python_version>='3.8' # <1.23 bound is from PyNWB
+numpy>=1.22.0;python_version>='3.8' # PyNWB usually has some upper bound here, though
0 commit comments