From 3c54e62f1ee8081788e7a3558173e9bdb88e1838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:17:28 +0000 Subject: [PATCH] Bump numpy from 1.26.2 to 1.26.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.2 to 1.26.4. - [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.26.2...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d92f0683..0c01cad5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Intended Audience :: Science/Research", ] dependencies = [ - "numpy==1.26.2", + "numpy==1.26.4", "pymatgen==2024.2.23", "mp-api==0.40.2", "ase",