From a8f161193bc688bf1e381bb3bcd5844909519f2d Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Fri, 12 Jul 2024 16:09:00 +0100 Subject: [PATCH] correct pointer to development branch of cfdm --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index b9781b8..30042e5 100644 --- a/environment.yml +++ b/environment.yml @@ -15,4 +15,4 @@ dependencies: # remove when using conda-forge cf-python - udunits2 - pip: - - git+https://github.com/NCAS-CMS/cf-python@main # edit branch here + - git+https://github.com/davidhassell/cfdm.git@h5-read-hdf5-chunks-hack