From c88329e0df561ba31380f87e22503a7a3746ddf9 Mon Sep 17 00:00:00 2001 From: Panu Lahtinen Date: Wed, 13 Nov 2024 15:21:10 +0200 Subject: [PATCH] Upgrade pytroll-collectors to 0.17.0 --- environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index 610a6aa..257409d 100644 --- a/environment.yaml +++ b/environment.yaml @@ -11,7 +11,7 @@ dependencies: - pip: - posttroll==1.11.0 - pyorbital==1.8.3 - - pytroll-collectors==0.16.0 + - pytroll-collectors==0.17.0 - pytroll-schedule==0.7.1 - pyresample==1.30.0 - python=3.12