Skip to content

Commit

Permalink
bump numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jun 17, 2024
1 parent 034f6e8 commit f3d03c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ click
tqdm
isodate
numpy>=1.20.0,<1.21.0;python_version<'3.8'
numpy>=1.22.0;python_version>='3.8' # PyNWB usually has some upper bound here, though
numpy>=1.22.0,<2.0.0;python_version>='3.8'

0 comments on commit f3d03c1

Please sign in to comment.