From f52bde10c6dfc8399bf6c6f5b4ed6974a33acd67 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 24 Dec 2025 09:40:03 +0100 Subject: [PATCH 1/8] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4bdc2a83..61aaf9a61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "ase==3.26.0", - "numpy==2.3.5", + "numpy==2.4.0", "scipy==1.16.3", ] dynamic = ["version"] From 8d18ce7c839452fbeb7a24e52834fd75c2b0d779 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 24 Dec 2025 09:40:32 +0100 Subject: [PATCH 2/8] 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 95bfc80f7..bf5912723 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,7 +9,7 @@ dependencies: - matplotlib-base =3.10.7 - nglview =3.1.4 - notebook -- numpy =2.3.5 +- numpy =2.4.0 - phonopy =2.46.1 - plotly =6.5.0 - pymatgen =2025.10.7 From 3be684fe644dee0eefe434b226ddf3300c5a29a9 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 24 Dec 2025 09:40:48 +0100 Subject: [PATCH 3/8] 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 cfe7cfe15..c624fdb42 100644 --- a/.ci_support/environment_mini.yml +++ b/.ci_support/environment_mini.yml @@ -3,7 +3,7 @@ channels: dependencies: - ase =3.26.0 - coverage -- numpy =2.3.5 +- numpy =2.4.0 - scipy =1.16.3 - hatchling =1.27.0 - hatch-vcs =0.5.0 From 854e18b50429f6a99b72dd78c5f5cae9f6c9e8b2 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 3 Jan 2026 17:00:14 +0100 Subject: [PATCH 4/8] Update environment.yml --- .ci_support/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index c528a0d42..aa928fcbb 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -17,6 +17,7 @@ dependencies: - scikit-learn =1.7.2 - scipy =1.16.3 - spglib =2.6.0 +- sparse =0.17.0 - sqsgenerator =0.3 - hatchling =1.27.0 - hatch-vcs =0.5.0 From 2798686945f9acbd6a0b3118e06bdb5072d2660a Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 6 Feb 2026 06:14:20 +0100 Subject: [PATCH 5/8] Update environment.yml --- .ci_support/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 1eb060a14..3760261a8 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -17,6 +17,7 @@ dependencies: - scikit-learn =1.8.0 - scipy =1.17.0 - spglib =2.7.0 +- sparse =0.17.0 - sqsgenerator =0.3 - hatchling =1.28.0 - hatch-vcs =0.5.0 From e0a0e70acec7931eae160bf25819b278bcc20c5c Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 6 Feb 2026 06:18:51 +0100 Subject: [PATCH 6/8] Update pipeline.yml --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index fd5b3e3ac..f57a06165 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -51,7 +51,7 @@ jobs: - name: Setup Mambaforge uses: conda-incubator/setup-miniconda@v3 with: - python-version: '3.13' + python-version: '3.14' miniforge-version: latest condarc-file: .condarc environment-file: .ci_support/environment_mini.yml @@ -72,7 +72,7 @@ jobs: - name: Setup Mambaforge uses: conda-incubator/setup-miniconda@v3 with: - python-version: '3.13' + python-version: '3.14' miniforge-version: latest condarc-file: .condarc environment-file: .ci_support/environment.yml From 3cf0e80fab3726936b94121cac51bb57b4244b75 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 6 Feb 2026 06:22:08 +0100 Subject: [PATCH 7/8] 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 3760261a8..d53ebb23f 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -18,6 +18,6 @@ dependencies: - scipy =1.17.0 - spglib =2.7.0 - sparse =0.17.0 -- sqsgenerator =0.3 +- sqsgenerator =0.5.4 - hatchling =1.28.0 - hatch-vcs =0.5.0 From 0115c3dad9093ad9f2c2db76cf28ac513506fa99 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 6 Feb 2026 06:22:35 +0100 Subject: [PATCH 8/8] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c39a3cb07..3aa7d09cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ readme = "README.md" license = { file = "LICENSE" } keywords = ["pyiron"] -requires-python = ">=3.10, <3.14" +requires-python = ">=3.10, <3.15" classifiers = [ "Development Status :: 5 - Production/Stable", "Topic :: Scientific/Engineering :: Physics",