From 4db7740e8770ec68d5513f31b4bada89bea7c98a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:57:24 +0000 Subject: [PATCH] Bump numpy from 1.23.3 to 1.26.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.23.3 to 1.26.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.23.3...v1.26.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 666b730..6188ff8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy == 1.23.3 +numpy == 1.26.2 scipy ==1.10.1 pymatgen > 2022.9.21 seaborn ==0.13.0 diff --git a/setup.py b/setup.py index 8b3a3fe..5051fe7 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ }, test_suite="elementembeddings.tests.test", install_requires=[ - "numpy==1.23.3", + "numpy==1.26.2", "scipy==1.10.1", "pymatgen>2022.9.21", "seaborn==0.13.0",