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 -3
View File
@@ -35,9 +35,7 @@ ENV LD_LIBRARY_PATH /usr/local/lib
# Install dependencies
COPY --chown=ftuser:ftuser requirements.txt requirements-hyperopt.txt /freqtrade/
USER ftuser
RUN pip install --user --no-cache-dir "numpy<2.3.0" \
&& echo "numpy<2.3.0" > /tmp/constraints.txt \
&& export PIP_CONSTRAINT=/tmp/constraints.txt \
RUN pip install --user --no-cache-dir "numpy<3.0" \
&& pip install --user --no-cache-dir -r requirements-hyperopt.txt
# Copy dependencies to runtime-image