From 44d0d26bbbba886dbca146e5546cfd013c39d439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:47:19 +0000 Subject: [PATCH] build(deps): bump numpy from 1.18 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18 to 1.22.0. - [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...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1365fb6..4030747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "pyscf==1.7.5", "h5py==3.0", "scipy==1.4.1", - "numpy==1.18", + "numpy==1.22.0", "opt_einsum", "jupyter", "sphinx", diff --git a/requirements.txt b/requirements.txt index 65a74f8..7dc1f24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pyscf==1.7.5 h5py==3.0 scipy==1.4.1 -numpy==1.18 +numpy==1.22.0 opt_einsum jupyter sphinx