From e503decd2b148b0e5e2c5f916fa73d77135136af Mon Sep 17 00:00:00 2001 From: Thomas Baumann <39156931+brownbaerchen@users.noreply.github.com> Date: Tue, 24 Feb 2026 15:13:42 +0100 Subject: [PATCH] Added pandas as optional dependency for heat --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c6a990e8cc..3f0958ad32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,7 @@ dependencies = [ hdf5 = ["h5py>=2.8.0"] netcdf = ["netCDF4>=1.5.6"] zarr = ["zarr"] +pandas = ["pandas"] ## Examples and tutorial examples = [