From f3efc53b37750dbcdf340c538580f9a697c2ec9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 07:19:16 +0000 Subject: [PATCH] build(deps): bump numpy from 1.18.0 to 2.1.3 in /benchmarks Bumps [numpy](https://github.com/numpy/numpy) from 1.18.0 to 2.1.3. - [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.3) --- 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..76ad5eea 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.3 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..10643fb4 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.3 diff --git a/benchmarks/tuning-halving/requirements.txt b/benchmarks/tuning-halving/requirements.txt index 6cc5ad63..10643fb4 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.3