Skip to content

Commit 27eb9a9

Browse files
authored
Use correct extra_deps_from_github.txt file path in setup.sh
1 parent fc5ef85 commit 27eb9a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/setup/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if [[ "$MODE" == "nightly" ]]; then
160160
echo "-------------------------------------------------"
161161

162162
python3 -m uv pip install --no-cache-dir -U -r "$nightly_txt" \
163-
-r 'dependencies/requirements/extra_deps_from_github.txt'
163+
-r 'src/install_maxtext_extra_deps/extra_deps_from_github.txt'
164164
rm -fv -- "$nightly_txt"
165165
else
166166
# stable or stable_stack mode: Install with pinned commits
@@ -185,7 +185,7 @@ else
185185
exit 2
186186
else
187187
python3 -m uv pip install --resolution=lowest -r "$requirements_txt" \
188-
-r 'dependencies/requirements/extra_deps_from_github.txt'
188+
-r 'src/install_maxtext_extra_deps/extra_deps_from_github.txt'
189189
fi
190190
fi
191191

0 commit comments

Comments
 (0)