From 3444347f69cfece541eb0c14bbf18e60eba3f7a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:42:11 +0000 Subject: [PATCH] Bump numpy Bumps [numpy](https://github.com/numpy/numpy) from 1.17.0 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.17.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../starter_code/multi-label-soft-f1-master/requirements.txt | 2 +- .../multi-label-soft-f1-master/requirements_gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 _achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements.txt mode change 100755 => 100644 _achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements_gpu.txt diff --git a/_achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements.txt b/_achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements.txt old mode 100755 new mode 100644 index 5a14366..ab5b501 --- a/_achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements.txt +++ b/_achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.1.1 -numpy==1.17.0 +numpy==1.22.0 pandas==0.25.0 Pillow==6.2.0 seaborn==0.9.0 diff --git a/_achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements_gpu.txt b/_achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements_gpu.txt old mode 100755 new mode 100644 index b1bc0de..0209e72 --- a/_achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements_gpu.txt +++ b/_achive/starter-explore/starter_code/multi-label-soft-f1-master/requirements_gpu.txt @@ -1,5 +1,5 @@ matplotlib==3.1.1 -numpy==1.17.0 +numpy==1.22.0 pandas==0.25.0 Pillow==6.2.0 seaborn==0.9.0