From c8faaa3d7b48c7f932323c4f64c869ce95f89782 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 21 Jul 2024 18:10:55 +0100 Subject: [PATCH 1/2] Update numpy from 1.20.3 to 2.0.1 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 70aab79..9dbe01b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ sphinx==4.0.1 sphinx-gallery==0.9.0 sphinx-rtd-theme==0.5.2 -numpy==1.20.3 +numpy==2.0.1 matplotlib==3.4.2 From 60eeb46add3d8ec7b047451bc0bc982d86e94b37 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 21 Jul 2024 18:10:56 +0100 Subject: [PATCH 2/2] Update numpy from 1.20.3 to 2.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3fd222..73c350e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -numpy==1.20.3 +numpy==2.0.1 pytest==6.2.4 matplotlib