From b8e8d11ee85fe44e9bce6836b329c9a659977389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:52:39 +0000 Subject: [PATCH 1/3] Bump matplotlib from 3.8.0 to 3.8.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d0f2ae85..59d11828a 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]), install_requires=[ 'ase==3.22.1', - 'matplotlib==3.8.0', # ase already requires matplotlib + 'matplotlib==3.8.1', # ase already requires matplotlib 'numpy==1.26.0', # ase already requires numpy 'scipy==1.11.3', # ase already requires scipy ], From 8d7ad103eaa2317db160294ea36d4b92d3a81978 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 6 Nov 2023 18:22:30 +0100 Subject: [PATCH 2/3] Update environment.yml --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 63ded5feb..cddcb2bef 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,7 +4,7 @@ dependencies: - aimsgb =1.1.0 - ase =3.22.1 - coverage -- matplotlib-base =3.8.0 +- matplotlib-base =3.8.1 - nglview =3.0.8 - numpy =1.26.0 - phonopy =2.20.0 From 7aefa885a0d4e61b1ab8eae0bea0f66556edcca2 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 6 Nov 2023 18:22:52 +0100 Subject: [PATCH 3/3] Update environment_mini.yml --- .ci_support/environment_mini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment_mini.yml b/.ci_support/environment_mini.yml index 7fe5a0fba..0c63df710 100644 --- a/.ci_support/environment_mini.yml +++ b/.ci_support/environment_mini.yml @@ -3,6 +3,6 @@ channels: dependencies: - ase =3.22.1 - coverage -- matplotlib-base =3.7.2 +- matplotlib-base =3.8.1 - numpy =1.26.0 - scipy =1.11.3