Skip to content

Commit bdcafc1

Browse files
authored
Merge branch 'master' into overfit_batches_fix
2 parents 0dcab04 + c88bb40 commit bdcafc1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/_legacy-checkpoints.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113

114114
- run: pip install -r requirements/ci.txt
115115
- name: Upload checkpoints to S3
116+
if: secrets.AWS_REGION != ''
116117
working-directory: ${{ env.LEGACY_FOLDER }}
117118
env:
118119
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}

requirements/pytorch/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
requests <2.32.0
55
torchvision >=0.16.0, <0.21.0
6-
ipython[all] <8.15.0
6+
ipython[all] <8.19.0
77
torchmetrics >=0.10.0, <1.5.0
88
lightning-utilities >=0.8.0, <0.12.0

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ pandas >1.0, <2.2.0 # needed in benchmarks
1616
fastapi # for `ServableModuleValidator` # not setting version as re-defined in App
1717
uvicorn # for `ServableModuleValidator` # not setting version as re-defined in App
1818

19-
tensorboard >=2.9.1, <2.15.0 # for `TensorBoardLogger`
19+
tensorboard >=2.9.1, <2.20.0 # for `TensorBoardLogger`

0 commit comments

Comments
 (0)