Skip to content

Commit

Permalink
Add a readme note for numpy<2 and numpy>=2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Nov 15, 2024
1 parent 1582434 commit 0d89f5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,12 @@ Then, perhaps you can use the ``--hidden-import`` argument to fix this:
$ pyinstaller --hidden-import talib.stream "replaceToYourFileName.py"
```

---

If you want to use ``numpy<2``, then you should use ``ta-lib<0.5``.

If you want to use ``numpy>=2``, then you should use ``ta-lib>=0.5``.

## Function API

Similar to TA-Lib, the Function API provides a lightweight wrapper of the
Expand Down

0 comments on commit 0d89f5b

Please sign in to comment.