From d5e50a551f2e235fdf66b726d8d21965806d42c5 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Wed, 7 Aug 2024 16:49:17 +0200 Subject: [PATCH] pin netcdf4 for version issues --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25fc423..ddfe1a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,8 @@ dependencies = [ "cyclopts", "vegafusion[embed]>=1.6.5", "xarray", - "netCDF4", + # TODO unpin when https://github.com/Unidata/netcdf4-python/issues/1343 is resolved + "netCDF4<=1.7.1", # TODO actually figure out which is the most useful, there is also tifffile and ome-types "pyometiff>=1.0.0", "ome-types>=0.5.1",