From 1c5206b09dbf0dea8cbea180d1399c61badb1c2e Mon Sep 17 00:00:00 2001 From: Nick Bearson <nickb@ssec.wisc.edu> Date: Tue, 26 Jul 2022 11:13:15 -0500 Subject: [PATCH] fixes issue38 by using an updated commit of glmtools that handles empty data scenes --- buildbucket/buildbucket_environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbucket/buildbucket_environment.yaml b/buildbucket/buildbucket_environment.yaml index 5baa9ff..9b98a3b 100644 --- a/buildbucket/buildbucket_environment.yaml +++ b/buildbucket/buildbucket_environment.yaml @@ -27,5 +27,5 @@ dependencies: - pip: - git+https://github.com/deeplycloudy/lmatools.git@1501be30c32b948a3ecd56adf1dfb2fc57316346 - git+https://github.com/deeplycloudy/stormdrain.git@3620621267215bf84b1f5199b4f395b430f309fc - - git+https://github.com/deeplycloudy/glmtools.git@33490be8df01622f950733faa77998da43f47b0a + - git+https://github.com/nbearson/glmtools.git@c61202aaaabd91b96cb98b5af7c59f05486cf4c6 - git+https://github.com/pytroll/satpy.git@v0.36.0 \ No newline at end of file -- GitLab