From cfc02725f293d7ba46be669595cb26ceea1dc04a Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 18 Nov 2025 14:02:02 -0800 Subject: [PATCH 1/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03036fb21..d5cd6b2ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "ase==3.26.0", - "numpy==2.3.4", + "numpy==2.3.5", "scipy==1.16.3", ] dynamic = ["version"] From 3dc06df9802dc83d78898cd89045f876ed98ed0d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 18 Nov 2025 14:02:18 -0800 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 0726bb687..599783f4f 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.4 +- numpy =2.3.5 - phonopy =2.44.0 - plotly =6.5.0 - pymatgen =2025.10.7 From 10b05c2f579726b75e2466e39d9f93d8f0be3931 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 18 Nov 2025 14:02:33 -0800 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 f23d263a4..cfe7cfe15 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.4 +- numpy =2.3.5 - scipy =1.16.3 - hatchling =1.27.0 - hatch-vcs =0.5.0