Skip to content

Commit

Permalink
Merge pull request #198 from GSA/fix-shapely-dep
Browse files Browse the repository at this point in the history
pin numpy to allow for shapely 2.x
  • Loading branch information
jbrown-xentity authored Jun 18, 2024
2 parents aee89ad + acec17f commit c533f23
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 c533f23

Please sign in to comment.