Skip to content

Commit

Permalink
updated reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
samapriya committed Nov 7, 2023
1 parent bee20e3 commit dd328c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion happywhale/happywhale.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from os.path import expanduser

import geojson
import geopandas as gpd
import pandas as pd
import pkg_resources
import requests
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def readme():
"requests>=2.31.0",
"pandas>=2.1.2",
"pipgeo>=0.0.6;platform_system=='Windows'",
'geopandas>=0.9.0;platform_system!="Windows"',
"geojson >= 2.5.0",
],
license="Apache 2.0",
Expand Down

0 comments on commit dd328c9

Please sign in to comment.