Remove numpy armv7l lock since wheels are now available

This commit is contained in:
Matthias
2023-10-04 07:10:51 +02:00
parent b2796b850b
commit 04409602a6
2 changed files with 3 additions and 4 deletions

View File

@@ -36,9 +36,9 @@ ENV LD_LIBRARY_PATH /usr/local/lib
# Install dependencies
COPY --chown=ftuser:ftuser requirements.txt /freqtrade/
USER ftuser
RUN pip install --user --no-cache-dir numpy==1.25.2 \
RUN pip install --user --no-cache-dir numpy \
&& pip install --user /tmp/pyarrow-*.whl \
&& pip install --user --no-build-isolation TA-Lib==0.4.28 \
&& pip install --user TA-Lib==0.4.28 \
&& pip install --user --no-cache-dir -r requirements.txt
# Copy dependencies to runtime-image