Skip to content

Commit

Permalink
update 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ni1o1 committed Feb 22, 2022
1 parent d7e4783 commit 465c362
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
author = 'Qing Yu'

# The full version, including alpha/beta/rc tags
release = '0.3.3'
version = '0.3.3'
release = '0.3.6'
version = '0.3.6'
html_logo = "_static/logo-wordmark-light.png"
html_favicon = '_static/logo2.ico'
# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="transbigdata",
version="0.3.5",
version="0.3.6",
author="Qing Yu",
author_email="[email protected]",
description="A Python package developed for transportation spatio-temporal big data processing and analysis.",
Expand All @@ -17,7 +17,7 @@
"Bug Tracker": "https://github.com/ni1o1/transbigdata/issues",
},
install_requires=[
"geopandas","matplotlib"
"numpy","pandas","shapely","geopandas","scipy","matplotlib"
],
classifiers=[
"Operating System :: OS Independent",
Expand Down

0 comments on commit 465c362

Please sign in to comment.