From 49f4bc82ebd523ae8db678bcc98c7537948ecc5c Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 3 Jan 2026 12:00:16 +0100 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 8553f95..71b655c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "ase==3.26.0", + "ase==3.27.0", "numpy==2.3.5", "pandas==2.3.3", "scipy==1.16.3", From c403fba94f50642e9d22da60516e127d590a495a Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 3 Jan 2026 12:00:36 +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 6433b7c..bf86ed2 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - hatchling - hatch-vcs -- ase =3.26.0 +- ase =3.27.0 - h5py =3.15.1 - numpy =2.3.5 - pandas =2.3.3 From 95a19119c34302bc6623adab3b460d477be6c68e Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 3 Jan 2026 12:01:00 +0100 Subject: [PATCH 3/3] Update environment.yml --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index 6f6903d..f7aa97b 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- ase =3.26.0 +- ase =3.27.0 - h5py =3.15.1 - numpy =2.3.5 - pandas =2.3.3