chore: remove unnecessary pip flag

closes #12487
This commit is contained in:
Matthias
2025-11-07 19:45:05 +01:00
parent d1014ce3ce
commit 236df5be6f

View File

@@ -92,7 +92,7 @@ function updateenv() {
read -p "Do you want to install dependencies for freqai [y/N]? "
if [[ $REPLY =~ ^[Yy]$ ]]
then
REQUIREMENTS_FREQAI="-r requirements-freqai.txt --use-pep517"
REQUIREMENTS_FREQAI="-r requirements-freqai.txt"
read -p "Do you also want dependencies for freqai-rl or PyTorch (~700mb additional space required) [y/N]? "
if [[ $REPLY =~ ^[Yy]$ ]]
then