Skip to content

Commit

Permalink
add dependency pandas and bump up to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
WestXu committed Sep 4, 2020
1 parent b9595f2 commit 4b3765d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="support_resistance_line",
version="0.0.6",
version="0.0.7",
packages=setuptools.find_packages(),
python_requires=">=3.6",
description=(
Expand All @@ -18,7 +18,7 @@
author="WestXu",
author_email="xu-lai-xi@qq.com",
url="https://github.com/WestXu/support_resistance_line",
install_requires=["matplotlib", "numpy", "sklearn", "lazy_object_proxy"],
install_requires=["matplotlib", "numpy", "pandas", "sklearn", "lazy_object_proxy"],
license="MIT",
classifiers=[
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 4b3765d

Please sign in to comment.