From e9718e064f783e8465e077e78828065d6774803a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 30 Aug 2025 13:29:43 +0200 Subject: [PATCH] chore: remove outdated comment about ta-lib --- docs/developer.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/developer.md b/docs/developer.md index 7809dc932..bb3542b92 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -434,7 +434,6 @@ This documents some decisions taken for the CI Pipeline. * Docker images contain a file, `/freqtrade/freqtrade_commit` containing the commit this image is based of. * Full docker image rebuilds are run once a week via schedule. * Deployments run on ubuntu. -* ta-lib binaries are contained in the build_helpers directory to avoid fails related to external unavailability. * All tests must pass for a PR to be merged to `stable` or `develop`. ## Creating a release