chore: revert ta-lib install workarounds

This commit is contained in:
Matthias
2025-06-09 09:22:10 +02:00
parent 4fe99e0333
commit 6b88c49e0a
4 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ COPY build_helpers/* /tmp/
# Install dependencies
COPY --chown=ftuser:ftuser requirements.txt /freqtrade/
USER ftuser
RUN pip install --user --no-cache-dir "numpy<2.3.0" \
RUN pip install --user --no-cache-dir "numpy<3.0" \
&& pip install --user --no-index --find-links /tmp/ pyarrow TA-Lib \
&& pip install --user --no-cache-dir -r requirements.txt