From 1c4f810c7759e5f7622d83b1cba145ca284500dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:17:20 +0000 Subject: [PATCH] Bump numpy from 1.14.3 to 1.22.0 in /project_schemas/atlas_schema/setup Bumps [numpy](https://github.com/numpy/numpy) from 1.14.3 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.14.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- project_schemas/atlas_schema/setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 project_schemas/atlas_schema/setup/requirements.txt diff --git a/project_schemas/atlas_schema/setup/requirements.txt b/project_schemas/atlas_schema/setup/requirements.txt old mode 100755 new mode 100644 index b1f66406..a7cf8010 --- a/project_schemas/atlas_schema/setup/requirements.txt +++ b/project_schemas/atlas_schema/setup/requirements.txt @@ -1,6 +1,6 @@ jupyter -numpy==1.14.3 +numpy==1.22.0 pandas==0.23.4 datajoint==0.12.dev0