Skip to content

Commit

Permalink
Add numpy and pandas as explicit dependencies
Browse files Browse the repository at this point in the history
Closes #65
  • Loading branch information
tomalrussell committed Nov 13, 2023
1 parent aaf52fb commit c6d3190
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ def readme() -> str:
# eg: 'keyword1', 'keyword2', 'keyword3',
],
setup_requires=["setuptools_scm"],
install_requires=[
"geopandas>=0.13",
"shapely>=2.0",
],
install_requires=["geopandas>=0.13", "shapely>=2.0", "numpy", "pandas"],
extras_require={
"dev": [
"black",
Expand Down

0 comments on commit c6d3190

Please sign in to comment.