From 06086f498c6a08bb262620139098912a0a96fc82 Mon Sep 17 00:00:00 2001 From: David Montero Loaiza <49817852+davemlz@users.noreply.github.com> Date: Mon, 23 Jan 2023 15:49:12 +0100 Subject: [PATCH] FEAT: Pinned eemont 0.3.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66f17ab..4bfeb37 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(filename): install_requires=[ "dask>=2021.9.1", "earthengine-api", - "eemont>=0.3.5", + "eemont>=0.3.6", "matplotlib", "numpy", "pandas",