From 28e59dd38f58505be26f5feef9f008fdd2c48e07 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:09:52 -0400 Subject: [PATCH] add dataframe --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8450afa2..69c01912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ dynamic = ["description", "version"] dependencies = [ "cftime", - "dask", + "dask[dataframe]", "distributed", "h5netcdf", "netCDF4",