From 3ebbe2b56ceecfc21f58cac1ede5673acea6dd93 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 4 Jun 2025 07:16:29 +0200 Subject: [PATCH] chore: pin ta-lib<0.6 to avoid false installs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3ef5f1fc..e0c875f77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "jsonschema", "numpy>2.0,<3.0", "pandas>=2.2.0,<3.0", - "TA-Lib", + "TA-Lib<0.6", "ft-pandas-ta", "technical", "tabulate",