From 20e1736829eb566881884b85227543d9abef8635 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 25 Jun 2024 10:02:12 +0200 Subject: [PATCH 1/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48cc28137..fe18e02d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "ase==3.23.0", "numpy==1.26.4", - "scipy==1.13.1", + "scipy==1.14.0", ] dynamic = ["version"] From 03da8781390e2a8c90c39b026a00d00edaedfe0b Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 25 Jun 2024 10:02:30 +0200 Subject: [PATCH 2/4] 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 45806b35d..00412e575 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -15,6 +15,6 @@ dependencies: - pyscal =2.10.18 - pyxtal =0.6.7 - scikit-learn =1.5.0 -- scipy =1.13.1 +- scipy =1.14.0 - spglib =2.4.0 - sqsgenerator =0.3 From 28c82c2f942db18d638e0b51406cf770d1200119 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 25 Jun 2024 10:02:42 +0200 Subject: [PATCH 3/4] 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 b10e183b9..ddd37cc33 100644 --- a/.ci_support/environment_mini.yml +++ b/.ci_support/environment_mini.yml @@ -4,4 +4,4 @@ dependencies: - ase =3.23.0 - coverage - numpy =1.26.4 -- scipy =1.13.1 +- scipy =1.14.0 From 748344a3b153616137e822372932bbacf15ce6ce Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 25 Jun 2024 10:05:54 +0200 Subject: [PATCH 4/4] Update unittests.yml --- .github/workflows/unittests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index c50ea4178..c5297dee9 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -43,11 +43,6 @@ jobs: label: linux-64-py-3-10 prefix: /usr/share/miniconda3/envs/my-env - - operating-system: ubuntu-latest - python-version: '3.9' - label: linux-64-py-3-9 - prefix: /usr/share/miniconda3/envs/my-env - steps: - uses: actions/checkout@v4 - name: Merge conda environment