Enable --use-pep517 flag for freqai

pull/7791/head
Emre 3 years ago
parent 7785c91c5d
commit 335de760ed
No known key found for this signature in database
GPG Key ID: 0EAD2EE11B666ABA

@ -82,7 +82,7 @@ function updateenv() {
dev=$REPLY
if [[ $REPLY =~ ^[Yy]$ ]]
then
REQUIREMENTS_FREQAI="-r requirements-freqai.txt"
REQUIREMENTS_FREQAI="-r requirements-freqai.txt --use-pep517"
fi
${PYTHON} -m pip install --upgrade -r ${REQUIREMENTS} ${REQUIREMENTS_HYPEROPT} ${REQUIREMENTS_PLOT} ${REQUIREMENTS_FREQAI}

Loading…
Cancel
Save