mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Remove numpy armv7l lock since wheels are now available
This commit is contained in:
parent
1e18b35f22
commit
7ae41be975
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
numpy==1.25.2; platform_machine == 'armv7l'
|
||||
numpy==1.26.1; platform_machine != 'armv7l'
|
||||
numpy==1.26.1
|
||||
pandas==2.0.3
|
||||
pandas-ta==0.3.14b
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user