From 1ae531162ddd16f12ec96729a6d0dca40bf8e10e Mon Sep 17 00:00:00 2001 From: Marjorie Lucas Date: Tue, 15 Apr 2025 11:17:45 -0700 Subject: [PATCH] added cwltool --- base_images/python/environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base_images/python/environment.yml b/base_images/python/environment.yml index 843554eb..e040718f 100644 --- a/base_images/python/environment.yml +++ b/base_images/python/environment.yml @@ -52,4 +52,5 @@ dependencies: - pip: - maap-py==4.2.0 - morecantile==6.1.0 - - rio-tiler==7.2.2 \ No newline at end of file + - rio-tiler==7.2.2 + - cwltool==3.1.20250110105449 \ No newline at end of file