From caf67fdfd830aad1f35c2b119f97629766e55433 Mon Sep 17 00:00:00 2001 From: aradhakrishnanGFDL Date: Wed, 30 Oct 2024 15:59:40 -0400 Subject: [PATCH] adding specific version to intake-esm for it to be reproducible as newer versions may not be the most stable ones --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index d79469d..590a99f 100644 --- a/environment.yml +++ b/environment.yml @@ -10,5 +10,5 @@ dependencies: - xarray - pandas - jsondiff - - intake-esm + - intake-esm=2023.7.7 - boto3