Skip to content

Commit 0d89f5b

Browse files
committed
Add a readme note for numpy<2 and numpy>=2
1 parent 1582434 commit 0d89f5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,12 @@ Then, perhaps you can use the ``--hidden-import`` argument to fix this:
329329
$ pyinstaller --hidden-import talib.stream "replaceToYourFileName.py"
330330
```
331331

332+
---
333+
334+
If you want to use ``numpy<2``, then you should use ``ta-lib<0.5``.
335+
336+
If you want to use ``numpy>=2``, then you should use ``ta-lib>=0.5``.
337+
332338
## Function API
333339

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

0 commit comments

Comments
 (0)