Skip to content

Commit

Permalink
Merge pull request #330 from NeurodataWithoutBorders/try_raising_nump…
Browse files Browse the repository at this point in the history
…y_version

Bump Numpy version
  • Loading branch information
CodyCBakerPhD authored Dec 18, 2022
2 parents f7f284d + 2da6207 commit 365b900
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Upcoming

# v0.4.24

* Loosened upper bound of numpy version. [PR # 330](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/330)


# v0.4.23

### New Checks
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 365b900

Please sign in to comment.