Skip to content

Commit 3c13deb

Browse files
committed
test: Add NumPy < 2 constraint
1 parent 88f1875 commit 3c13deb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/e2e/mnist_pip_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytorch_lightning==1.9.5
22
torchmetrics==0.9.1
33
torchvision==0.12.0
4+
numpy<=2.0.0

test/e2e/mnist_rayjob_raycluster_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ func constructRayJob(_ Test, namespace *corev1.Namespace, rayCluster *rayv1.RayC
316316
- pytorch_lightning==1.9.5
317317
- torchmetrics==0.9.1
318318
- torchvision==0.12.0
319+
- numpy<=2.0.0
319320
env_vars:
320321
MNIST_DATASET_URL: "` + GetMnistDatasetURL() + `"
321322
PIP_INDEX_URL: "` + GetPipIndexURL() + `"

0 commit comments

Comments
 (0)