From 243b2d0f4382ca94eafc0df423414a83cf38cfa2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 21 Jul 2024 12:08:55 -0400 Subject: [PATCH 1/2] Update numpy from 1.24.1 to 2.0.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 90e78e1..09a3624 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ bump2version==1.0.1 -numpy==1.24.1 +numpy==2.0.1 packaging==23.0 h5py==3.8.0 pytest-cov==4.0.0 From ecbd1210983a716c74017faa7e5386207156ab18 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 21 Jul 2024 12:08:56 -0400 Subject: [PATCH 2/2] Update numpy from 1.24.1 to 2.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 847cf9c..2dd2107 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -numpy==1.24.1 +numpy==2.0.1 packaging==23.0 h5py==3.8.0