From 2132b387c0454eda244728fe0c3655e7e1faa175 Mon Sep 17 00:00:00 2001 From: zengbin93 Date: Tue, 28 Jul 2020 15:45:43 +0800 Subject: [PATCH] =?UTF-8?q?0.5.1=20=E5=88=A0=E9=99=A4=20ta-lib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 452fc32..e2f12d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,4 @@ tqdm pandas tushare matplotlib -zb>=0.0.14 -ta-lib~=0.4.18 +zb>=0.0.14 \ No newline at end of file diff --git a/setup.py b/setup.py index 8e88449..767df83 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( url="https://github.com/zengbin93/czsc", packages=find_packages(exclude=['test', 'images', 'docs']), include_package_data=True, - install_requires=["pandas", "pyecharts", "mplfinance", "tushare", "matplotlib", "ta-lib"], + install_requires=["pandas", "pyecharts", "mplfinance", "tushare", "matplotlib"], classifiers=[ 'License :: OSI Approved :: Apache Software License', -- GitLab