Skip to content

Commit 4c58992

Browse files
authored
Remove unused empty requirements.txt (#21346)
remove unused empty requirements.txt
1 parent d046a96 commit 4c58992

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/legacy/generate_checkpoints.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ do
3636
source $ENV_PATH/bin/activate
3737

3838
uv pip install "pytorch_lightning==$pl_ver" \
39-
-r $LEGACY_FOLDER/requirements.txt \
4039
-r "$(dirname $TESTS_FOLDER)/requirements/pytorch/test.txt" \
4140
-f https://download.pytorch.org/whl/cpu/torch_stable.html
4241

@@ -52,7 +51,6 @@ if [[ -z "$@" ]]; then
5251
printf "\n\n processing local version\n"
5352

5453
uv pip install \
55-
-r $LEGACY_FOLDER/requirements.txt \
5654
-r "$(dirname $TESTS_FOLDER)/requirements/pytorch/test.txt" \
5755
-f https://download.pytorch.org/whl/cpu/torch_stable.html
5856
pl_ver="local"

tests/legacy/requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)