From 1f94426067b6c3de10e581de008ba759a503b1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 07:40:02 +0000 Subject: [PATCH] build(deps): bump numpy from 1.18.0 to 2.1.2 in /benchmarks Bumps [numpy](https://github.com/numpy/numpy) from 1.18.0 to 2.1.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.18.0...v2.1.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- benchmarks/bert/requirements.txt | 2 +- benchmarks/stacking-training/requirements.txt | 2 +- benchmarks/tuning-halving/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/bert/requirements.txt b/benchmarks/bert/requirements.txt index 552df01b..e48775da 100644 --- a/benchmarks/bert/requirements.txt +++ b/benchmarks/bert/requirements.txt @@ -2,5 +2,5 @@ torch==2.2.0 onnx==1.6.0 transformers==2.4.0 onnxruntime==1.2.0 -numpy==1.18.0 +numpy==2.1.2 tokenization==1.0.7 \ No newline at end of file diff --git a/benchmarks/stacking-training/requirements.txt b/benchmarks/stacking-training/requirements.txt index 39f0c2d7..5847bb5b 100644 --- a/benchmarks/stacking-training/requirements.txt +++ b/benchmarks/stacking-training/requirements.txt @@ -13,4 +13,4 @@ redis==3.5.3 grpcio-tools==1.38.1 environs==9.3.2 scikit-learn==0.24.2 -numpy==1.21.0 +numpy==2.1.2 diff --git a/benchmarks/tuning-halving/requirements.txt b/benchmarks/tuning-halving/requirements.txt index 6cc5ad63..5847bb5b 100644 --- a/benchmarks/tuning-halving/requirements.txt +++ b/benchmarks/tuning-halving/requirements.txt @@ -13,4 +13,4 @@ redis==3.5.3 grpcio-tools==1.38.1 environs==9.3.2 scikit-learn==0.24.2 -numpy==1.20.1 +numpy==2.1.2