From b6b6be1bdf3a8100d1fd048847e1daa8b543212b Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Thu, 4 Feb 2021 11:08:10 -0700 Subject: [PATCH 1/2] Bump rio-tiler dep to 2.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 926ced9be..c78e2f732 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "python-dotenv", "morecantile", "rio-cogeo>=2.1,<2.2", - "rio-tiler>=2.0.0rc4,<2.1", + "rio-tiler>=2.0.0,<2.1", "cogeo-mosaic>=3.0.0b1,<3.1", "rasterio", "pydantic", From 0cccca0db650d3290227d5b6764532059f212d3b Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Thu, 11 Feb 2021 16:38:14 -0700 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c78e2f732..dfb668d92 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "python-dotenv", "morecantile", "rio-cogeo>=2.1,<2.2", - "rio-tiler>=2.0.0,<2.1", + "rio-tiler>=2.0.1,<2.1", "cogeo-mosaic>=3.0.0b1,<3.1", "rasterio", "pydantic",