From 414c8db0ef7f01f6069b200fd485b5a49875c23a Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Thu, 14 Aug 2025 13:27:20 -0600 Subject: [PATCH 1/2] fix(titiler): ceil pyproj dependency --- lib/titiler-pgstac-api/runtime/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/titiler-pgstac-api/runtime/requirements.txt b/lib/titiler-pgstac-api/runtime/requirements.txt index a6ff1068..a0da37ba 100644 --- a/lib/titiler-pgstac-api/runtime/requirements.txt +++ b/lib/titiler-pgstac-api/runtime/requirements.txt @@ -2,3 +2,5 @@ titiler.pgstac>=1.7,<1.8 numpy>=2.2.6,<2.3.0 numexpr>=2.10.0,<2.10.1 psycopg[binary, pool] +# pyproj 3.7.2 didn't include wheels for our Docker image +pyproj<3.7.2 From e0274fef6668b65a753014448ec598fe97406b7d Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Thu, 14 Aug 2025 15:33:30 -0600 Subject: [PATCH 2/2] fix(tipg): ceil for tipg too --- lib/tipg-api/runtime/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tipg-api/runtime/requirements.txt b/lib/tipg-api/runtime/requirements.txt index a1ec08a1..9edc4a4a 100644 --- a/lib/tipg-api/runtime/requirements.txt +++ b/lib/tipg-api/runtime/requirements.txt @@ -1 +1,3 @@ tipg>=1.0,<1.1 +# pyproj 3.7.2 didn't include wheels for our Docker image +pyproj<3.7.2