From 6e26776386550cb28d41709f4b8983a154035a6d Mon Sep 17 00:00:00 2001 From: Martin Gaievski Date: Thu, 3 Mar 2022 12:00:10 -0800 Subject: [PATCH 1/2] Update numpy version to 1.22 Signed-off-by: Martin Gaievski --- benchmarks/perf-tool/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/perf-tool/requirements.txt b/benchmarks/perf-tool/requirements.txt index 5e93ae4f0..24fcf432a 100644 --- a/benchmarks/perf-tool/requirements.txt +++ b/benchmarks/perf-tool/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.7 +# This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile @@ -18,7 +18,7 @@ h5py==3.3.0 # via -r requirements.in idna==3.2 # via requests -numpy==1.21.0 +numpy==1.22.0rc1 # via # -r requirements.in # h5py From 3818b2c183a504e4d3fbb41bd8458e4089658193 Mon Sep 17 00:00:00 2001 From: Martin Gaievski Date: Thu, 3 Mar 2022 12:37:59 -0800 Subject: [PATCH 2/2] Update numpy version to 1.22.1 Signed-off-by: Martin Gaievski --- benchmarks/perf-tool/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/perf-tool/requirements.txt b/benchmarks/perf-tool/requirements.txt index 24fcf432a..fc999e202 100644 --- a/benchmarks/perf-tool/requirements.txt +++ b/benchmarks/perf-tool/requirements.txt @@ -18,7 +18,7 @@ h5py==3.3.0 # via -r requirements.in idna==3.2 # via requests -numpy==1.22.0rc1 +numpy==1.22.1 # via # -r requirements.in # h5py