Skip to content

Commit 21b8957

Browse files
author
Kiuk Chung
committed
[torchx/dev-requirements] Fix broken unittest in CI
1 parent 26cb186 commit 21b8957

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dev-requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ google-cloud-logging==3.10.0
1313
google-cloud-runtimeconfig==0.34.0
1414
hydra-core
1515
ipython
16-
kfp==1.8.22
16+
kfp
1717
mlflow-skinny
1818
moto~=5.0.8
1919
pyre-extensions
@@ -24,7 +24,7 @@ pytorch-lightning==2.3.1
2424
tensorboard==2.14.0
2525
sagemaker>=2.149.0
2626
torch-model-archiver>=0.4.2
27-
torch==2.2.1
27+
torch>=2.2.1
2828
torchmetrics==0.10.3
2929
torchserve>=0.10.0
3030
torchtext==0.17.1
@@ -42,5 +42,4 @@ lintrunner-adapters
4242
grpcio==1.62.1
4343
grpcio-status==1.48.1
4444
googleapis-common-protos==1.63.0
45-
google-api-core==2.18.0
4645
protobuf==3.20.3 # kfp==1.8.22 needs protobuf < 4

0 commit comments

Comments
 (0)