From f3d03c13d2718b5fae3a3fcffed1585a44152d3b Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:45:22 -0400 Subject: [PATCH] bump numpy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a44b416e..b524d82c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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'