Skip to content

Commit 4b3765d

Browse files
committed
add dependency pandas and bump up to 0.0.7
1 parent b9595f2 commit 4b3765d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="support_resistance_line",
9-
version="0.0.6",
9+
version="0.0.7",
1010
packages=setuptools.find_packages(),
1111
python_requires=">=3.6",
1212
description=(
@@ -18,7 +18,7 @@
1818
author="WestXu",
1919
author_email="[email protected]",
2020
url="https://github.com/WestXu/support_resistance_line",
21-
install_requires=["matplotlib", "numpy", "sklearn", "lazy_object_proxy"],
21+
install_requires=["matplotlib", "numpy", "pandas", "sklearn", "lazy_object_proxy"],
2222
license="MIT",
2323
classifiers=[
2424
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)