From 997a0b5fc48d39fcf4ab8aea50dada9ea8735c56 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 20 Apr 2026 12:20:41 +0200 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 96e262b..8fd84a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ dependencies = [ "ase==3.28.0", "numpy==2.4.3", - "pandas==3.0.1", + "pandas==3.0.2", "scipy==1.17.1", ] dynamic = ["version"] From b18bf2246c2a531a4618da51caa399a0dc6a2011 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 20 Apr 2026 12:20:54 +0200 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 89cd752..7df967f 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -6,5 +6,5 @@ dependencies: - ase =3.28.0 - h5py =3.16.0 - numpy =2.4.3 -- pandas =3.0.1 +- pandas =3.0.2 - scipy =1.17.1 From fa1ae64228e6dcd693a0c03745c6416a04e37642 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 20 Apr 2026 12:21:17 +0200 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 7dc52a2..ffa625d 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -4,7 +4,7 @@ dependencies: - ase =3.28.0 - h5py =3.16.0 - numpy =2.4.3 -- pandas =3.0.1 +- pandas =3.0.2 - scipy =1.17.1 - lammps =2024.08.29=*_mpi_openmpi_* - hatchling =1.29.0