From df18a876b8d6c6911e64df61e65d65c9d333f019 Mon Sep 17 00:00:00 2001 From: Nick Bearson <nickb@ssec.wisc.edu> Date: Fri, 6 May 2022 16:09:35 -0500 Subject: [PATCH] update our dependency stack --- buildbucket/buildbucket_environment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildbucket/buildbucket_environment.yaml b/buildbucket/buildbucket_environment.yaml index 83f1659..5baa9ff 100644 --- a/buildbucket/buildbucket_environment.yaml +++ b/buildbucket/buildbucket_environment.yaml @@ -4,13 +4,13 @@ channels: dependencies: - conda-pack - curl - - dask<=2.3.0 # this is to avoid dask hangs we saw using 2021.2.0 + - dask - distributed - netcdf4 - pip - pyclipper - pyproj - - python=3.7 + - python=3.9 - pyyaml - scipy - setuptools @@ -25,7 +25,7 @@ dependencies: - shapely - pyorbital - pip: - - git+https://github.com/deeplycloudy/lmatools.git@minvaluegrids - - git+https://github.com/deeplycloudy/stormdrain.git - - git+https://github.com/deeplycloudy/glmtools.git@master + - 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/pytroll/satpy.git@v0.36.0 \ No newline at end of file -- GitLab