From f71588fb12eeb3176bbbd8be1a08e67cb4569599 Mon Sep 17 00:00:00 2001 From: ni1o1 <53589767+ni1o1@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:34:31 +0800 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6c8f66b..bbf0df1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pybdshadow", - version="0.3.4", + version="0.3.5", author="Qing Yu", author_email="qingyu0815@foxmail.com", description="Python package to generate building shadow geometry", @@ -17,7 +17,7 @@ "Bug Tracker": "https://github.com/ni1o1/pybdshadow/issues", }, install_requires=[ - "numpy", "pandas", "shapely", "geopandas", "matplotlib","suncalc","keplergl","transbigdata" + "numpy", "pandas", "shapely", "geopandas", "matplotlib","suncalc","keplergl","transbigdata","vt2geojson","requests","tqdm","retrying" ], classifiers=[ "Operating System :: OS Independent",