From 236df5be6f3c05859085fd8df7710f65f93d1a5d Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 7 Nov 2025 19:45:05 +0100 Subject: [PATCH] chore: remove unnecessary pip flag closes #12487 --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index b1b102585..a2b8f612b 100755 --- a/setup.sh +++ b/setup.sh @@ -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