From 6581a452d4512635c339b34e5db280b77eccf257 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 11 Mar 2024 14:36:34 -0400 Subject: [PATCH 1/2] asv: bump minimum numpy and pandas versions --- benchmarks/asv.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index c5bc616ae1..ae565dbc1a 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -115,8 +115,8 @@ { "python": "3.7", "build": "", - "numpy": "1.16.5", - "pandas": "0.25.0", + "numpy": "1.17.3", + "pandas": "1.3.0", "scipy": "1.5.0", // Note: these don't have a minimum in setup.py "h5py": "3.1.0", From 22412019e4658d48070963dfd016a69388ff8c97 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 11 Mar 2024 15:54:09 -0400 Subject: [PATCH 2/2] try numpy 1.17.5? --- benchmarks/asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index ae565dbc1a..6a08d46393 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -115,7 +115,7 @@ { "python": "3.7", "build": "", - "numpy": "1.17.3", + "numpy": "1.17.5", "pandas": "1.3.0", "scipy": "1.5.0", // Note: these don't have a minimum in setup.py