Enable --use-pep517 flag for freqai
This commit is contained in:
parent
7785c91c5d
commit
335de760ed
2
setup.sh
2
setup.sh
@ -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…
Reference in New Issue
Block a user