From 31f255b037e1f527da67590fb07b072e9d3d2a05 Mon Sep 17 00:00:00 2001 From: Levi Pfantz <lpfantz@wisc.edu> Date: Thu, 11 Jul 2024 12:09:31 -0500 Subject: [PATCH] Update lmatools version for compatability with latest numpy --- buildbucket/buildbucket_environment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildbucket/buildbucket_environment.yaml b/buildbucket/buildbucket_environment.yaml index 9b98a3b..79992b1 100644 --- a/buildbucket/buildbucket_environment.yaml +++ b/buildbucket/buildbucket_environment.yaml @@ -25,7 +25,7 @@ dependencies: - shapely - pyorbital - pip: - - git+https://github.com/deeplycloudy/lmatools.git@1501be30c32b948a3ecd56adf1dfb2fc57316346 + - git+https://github.com/deeplycloudy/lmatools.git@392eff5f15735be7b7f5ccc20d2835a617000117 - git+https://github.com/deeplycloudy/stormdrain.git@3620621267215bf84b1f5199b4f395b430f309fc - git+https://github.com/nbearson/glmtools.git@c61202aaaabd91b96cb98b5af7c59f05486cf4c6 - - git+https://github.com/pytroll/satpy.git@v0.36.0 \ No newline at end of file + - git+https://github.com/pytroll/satpy.git@v0.36.0 -- GitLab