From c0235245c8ad3b555e8238c9bace3e9c7045b646 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Wed, 28 Feb 2024 14:40:56 -0600 Subject: [PATCH 1/2] Update software bundle dependency versions --- build_environment.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/build_environment.yml b/build_environment.yml index 246d5288..84ed8deb 100644 --- a/build_environment.yml +++ b/build_environment.yml @@ -8,8 +8,8 @@ dependencies: - conda-pack - configobj - curl - - dask>=2023.11.0 - - distributed>=2023.11.0 + - dask>=2024.2.1 + - distributed>=2022.2.1 - donfig>=0.8.1 - ffmpeg - fontconfig @@ -24,24 +24,23 @@ dependencies: - pycoast>=1.7.0 - pydecorate>=0.4.0 - pyhdf - - pykdtree>=1.3.10 - - pyorbital>=1.8.0 + - pykdtree>=1.3.11 + - pyorbital>=1.8.2 - pyproj>=3.6.1 - - pyresample>=1.27.1 - - pyshp + - pyresample>=1.28.1 + - pyshp>=2.3.1 - pyspectral>=0.13.0 - python=3.11 - - python-geotiepoints>=1.7.1 - - pyyaml + - python-geotiepoints>=1.7.2 + - pyyaml>=6.0.1 - rasterio>=1.3.9 - requests - setuptools - - six - - trollimage>=1.22.2 + - trollimage>=1.23.1 - trollsift>=0.5.1 - scipy - zarr - - xarray>=2023.11.0 + - xarray>=2024.2.0 - fsspec - s3fs - pip: From 60788284677859f01d04ae6b510f203ca15d0963 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Thu, 29 Feb 2024 09:28:31 -0600 Subject: [PATCH 2/2] Update pyresample in build_environment.yml --- build_environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_environment.yml b/build_environment.yml index 84ed8deb..7ff79378 100644 --- a/build_environment.yml +++ b/build_environment.yml @@ -27,7 +27,7 @@ dependencies: - pykdtree>=1.3.11 - pyorbital>=1.8.2 - pyproj>=3.6.1 - - pyresample>=1.28.1 + - pyresample>=1.28.2 - pyshp>=2.3.1 - pyspectral>=0.13.0 - python=3.11