mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-08-18 12:20:24 +08:00
MAINT beta dropped in version
This commit is contained in:
@@ -98,7 +98,7 @@ $ pip install pandas_ta
|
||||
|
||||
Latest Version
|
||||
--------------
|
||||
Best choice! Version: *0.2.78b*
|
||||
Best choice! Version: *0.2.78*
|
||||
```sh
|
||||
$ pip install -U git+https://github.com/twopirllc/pandas-ta
|
||||
```
|
||||
|
||||
@@ -18,7 +18,7 @@ setup(
|
||||
"pandas_ta.volatility",
|
||||
"pandas_ta.volume"
|
||||
],
|
||||
version=".".join(("0", "2", "78b")),
|
||||
version=".".join(("0", "2", "78")),
|
||||
description=long_description,
|
||||
long_description=long_description,
|
||||
author="Kevin Johnson",
|
||||
@@ -26,7 +26,6 @@ setup(
|
||||
url="https://github.com/twopirllc/pandas-ta",
|
||||
maintainer="Kevin Johnson",
|
||||
maintainer_email="appliedmathkj@gmail.com",
|
||||
# install_requires=["pandas"],
|
||||
download_url="https://github.com/twopirllc/pandas-ta.git",
|
||||
keywords=["technical analysis", "trading", "python3", "pandas"],
|
||||
license="The MIT License (MIT)",
|
||||
|
||||
Reference in New Issue
Block a user