Skip to content

Commit 365b900

Browse files
Merge pull request #330 from NeurodataWithoutBorders/try_raising_numpy_version
Bump Numpy version
2 parents f7f284d + 2da6207 commit 365b900

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Upcoming
22

3+
# v0.4.24
4+
5+
* Loosened upper bound of numpy version. [PR # 330](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/330)
6+
7+
38
# v0.4.23
49

510
### New Checks

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ click
77
tqdm
88
isodate
99
numpy>=1.20.0,<1.21.0;python_version<'3.8'
10-
numpy>=1.22.0,<1.23.0;python_version>='3.8' # <1.23 bound is from PyNWB
10+
numpy>=1.22.0;python_version>='3.8' # PyNWB usually has some upper bound here, though

0 commit comments

Comments
 (0)