Skip to content

Commit fa186c2

Browse files
committed
test: Upgrade pytorch_lightning to fix invalid metadata
1 parent 90ba84a commit fa186c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/e2e/mnist_pip_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytorch_lightning==1.5.10
1+
pytorch_lightning==1.9.5
22
torchmetrics==0.9.1
33
torchvision==0.12.0

test/e2e/mnist_rayjob_raycluster_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ func constructRayJob(_ Test, namespace *corev1.Namespace, rayCluster *rayv1.RayC
313313
Entrypoint: "python /home/ray/jobs/mnist.py",
314314
RuntimeEnvYAML: `
315315
pip:
316-
- pytorch_lightning==1.5.10
316+
- pytorch_lightning==1.9.5
317317
- torchmetrics==0.9.1
318318
- torchvision==0.12.0
319319
env_vars:

test/odh/resources/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{.PipIndexUrl}}
22
{{.PipTrustedHost}}
3-
pytorch_lightning==1.5.10
3+
pytorch_lightning==1.9.5
44
ray_lightning
55
torchmetrics==0.9.1
66
torchvision==0.12.0

0 commit comments

Comments
 (0)