mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix setup.sh pip version
This commit is contained in:
parent
eb8f7666df
commit
5effd62599
2
setup.sh
2
setup.sh
|
@ -49,7 +49,7 @@ function updateenv() {
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
SYS_ARCH=$(uname -m)
|
SYS_ARCH=$(uname -m)
|
||||||
echo "pip install in-progress. Please wait..."
|
echo "pip install in-progress. Please wait..."
|
||||||
${PYTHON} -m pip install --upgrade "pip<=24.1" wheel setuptools
|
${PYTHON} -m pip install --upgrade "pip<=24.0" wheel setuptools
|
||||||
REQUIREMENTS_HYPEROPT=""
|
REQUIREMENTS_HYPEROPT=""
|
||||||
REQUIREMENTS_PLOT=""
|
REQUIREMENTS_PLOT=""
|
||||||
REQUIREMENTS_FREQAI=""
|
REQUIREMENTS_FREQAI=""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user