From 0d89f5bbb0a4e793480fc3b352f71e28e74e9d16 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 15 Nov 2024 09:54:11 -0800 Subject: [PATCH] Add a readme note for numpy<2 and numpy>=2 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a3f2fbcaa..301372c20 100644 --- a/README.md +++ b/README.md @@ -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