From acec17fd7c7ae92425380c6911afa411f0b4e3f8 Mon Sep 17 00:00:00 2001 From: Tyler Burton Date: Tue, 18 Jun 2024 10:39:17 -0500 Subject: [PATCH] pin numpy to allow for shapely 2.x --- requirements.txt | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 853af4c0..9d61ec3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,5 +22,6 @@ argparse pyparsing>=2.1.10 requests>=1.1.0 pyproj -Shapely==1.8.5 +Shapely==2.0.1 +numpy==1.26.4 OWSLib==0.28.1 diff --git a/setup.py b/setup.py index 380249cd..306f82f1 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ckanext-datagovtheme", - version="0.2.23", + version="0.2.24", description="CKAN Extension to manage data.gov theme", long_description=long_description, classifiers=[