From 47a7749dc255ba99b5667418b93cbeabcf74a575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:47:18 +0000 Subject: [PATCH] build(deps): bump scipy from 1.4.1 to 1.11.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.11.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.4.1...v1.11.1) --- updated-dependencies: - dependency-name: scipy 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..cd724c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "pyscf==1.7.5", "h5py==3.0", - "scipy==1.4.1", + "scipy==1.11.1", "numpy==1.18", "opt_einsum", "jupyter", diff --git a/requirements.txt b/requirements.txt index 65a74f8..33d1a2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pyscf==1.7.5 h5py==3.0 -scipy==1.4.1 +scipy==1.11.1 numpy==1.18 opt_einsum jupyter