From 1d73e026f7c59b1a223e54b8ae3a36c34174c36f Mon Sep 17 00:00:00 2001 From: Chris Holden Date: Fri, 20 Dec 2024 17:34:19 -0500 Subject: [PATCH] Bump lxml for indenting and numpy for eaiser Mac ARM installs --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 713b4ed..31f82ef 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ "dataclasses", "geojson", "importlib_resources", - "lxml==3.6.0", - "numpy~=1.19.0", + "lxml==5.3.0", + "numpy~=1.19", "pystac[validation]==1.0.0rc2", "rasterio", "shapely",