Skip to content

Commit 53ad4ad

Browse files
committed
feat: update pckgs on setup.py
1 parent 2b47382 commit 53ad4ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
author="Mario Gavidia-Calderón",
1111
author_email="mario.calderon@iag.usp.br",
1212
packages=find_packages(),
13-
setup_requires=["numpy"],
14-
install_requires=["numpy"],
13+
install_requires=["xarray", "pyproj", "osmnx", "pseudonetcdf", "geopandas"],
1514
long_description=long_description,
1615
long_description_content_type="text/markdown",
1716
license="MIT",

0 commit comments

Comments
 (0)