Skip to content

Commit

Permalink
pin numpy to allow for shapely 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Jun 18, 2024
1 parent aee89ad commit acec17f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit acec17f

Please sign in to comment.