Skip to content

Commit

Permalink
BUG GA numpy versioning fix A
Browse files Browse the repository at this point in the history
  • Loading branch information
twopirllc committed Jul 2, 2024
1 parent f791e15 commit 7590f38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://www.pandas-ta.dev"><img src="./images/ta-logo.png" alt="Pandas TA"></a>
<a href="https://www.pandas-ta.dev"><img src="images/ta-logo.png" alt="Pandas TA"></a>
</p>

# Pandas TA
Expand Down Expand Up @@ -90,7 +90,7 @@ $ pip install git+https://github.com/twopirllc/pandas-ta
```sh
$ pip install -U git+https://github.com/twopirllc/pandas-ta.git@development
```
* The _development_ version, _0.4.18b_, includes _numerous_ bug fixes, speed improvements and better documentation since release, _0.3.14b_.
* The _development_ version includes _numerous_ bug fixes, speed improvements and better documentation since release, _0.3.14b_.

### Local Installation
Click on green [<> Code](https://github.com/twopirllc/pandas-ta) button to download the source zip and unzip in your application directory. Then perform a local install.
Expand All @@ -113,6 +113,7 @@ Thank you all for your help! It has been and continues to be integral to this pr
<a href="https://github.com/twopirllc/pandas-ta/graphs/contributors">
<img src="https://contrib.rocks/image?anon=1&repo=twopirllc/pandas-ta" noZoom />
</a>

Made with [contrib.rocks](https://contrib.rocks).

<br>
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"pandas_ta.volatility",
"pandas_ta.volume"
],
version=".".join(("0", "4", "18b")),
version=".".join(("0", "4", "19b")),
description=long_description,
long_description=long_description,
author="Kevin Johnson",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
install_requires=[
"numba>=0.59.0",
"numpy>=1.26.4",
"numpy<=2",
"pandas>=2.2.0",
"pandas-datareader",
"scipy>=1.12"
Expand All @@ -72,7 +72,7 @@
],
"test": [
"numba>=0.59.0",
"numpy>=1.26.4",
"numpy<=2",
"pandas_datareader>=0.10.0",
"pytest==7.1.2",
"TA-Lib>=0.4.28",
Expand Down

0 comments on commit 7590f38

Please sign in to comment.