From 1bb45583e3108628a24f9ef9c130af27ee65c508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 03:36:06 +0000 Subject: [PATCH 1/4] Bump scipy from 1.10.1 to 1.11.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.10.1 to 1.11.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.10.1...v1.11.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6aac17d..37ed42f 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "mpi4py==3.1.4", "pympipool==0.6.1", "numpy==1.23.5" ], extras_require={ - "ase": ["ase==3.22.1", "scipy==1.10.1"], + "ase": ["ase==3.22.1", "scipy==1.11.1"], }, cmdclass=versioneer.get_cmdclass(), ) From a8ce5edcc7b6632fb6e940540d362aa132fa3141 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 03:36:20 +0000 Subject: [PATCH 2/4] [dependabot skip] Update environment --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 93dc5c0..c966e0f 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -10,4 +10,4 @@ dependencies: - mpi4py =3.1.4 - pympipool =0.6.1 - ase =3.22.1 - - scipy =1.10.1 \ No newline at end of file + - scipy =1.11.1 \ No newline at end of file diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 0093ac3..8b7c7d0 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -10,4 +10,4 @@ dependencies: - mpi4py =3.1.4 - pympipool =0.6.1 - ase =3.22.1 - - scipy =1.10.1 \ No newline at end of file + - scipy =1.11.1 \ No newline at end of file From 56ab7e1fe644f5aab94c57cdbe96383ed1fa09ab Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 30 Jul 2023 21:36:33 -0600 Subject: [PATCH 3/4] Update unittests-mpich.yml --- .github/workflows/unittests-mpich.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests-mpich.yml b/.github/workflows/unittests-mpich.yml index 388a3b2..ce4a664 100644 --- a/.github/workflows/unittests-mpich.yml +++ b/.github/workflows/unittests-mpich.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 From 307c45144f8da3722c7e1b4da8bf7befba64b7a0 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 30 Jul 2023 21:36:50 -0600 Subject: [PATCH 4/4] Update unittests-openmpi.yml --- .github/workflows/unittests-openmpi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests-openmpi.yml b/.github/workflows/unittests-openmpi.yml index 461fbd3..695d1b4 100644 --- a/.github/workflows/unittests-openmpi.yml +++ b/.github/workflows/unittests-openmpi.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2