File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,19 @@ google-cloud-runtimeconfig==0.34.0
1414hydra-core
1515ipython
1616kfp==1.8.22
17- mlflow-skinny
17+ mlflow-skinny<=2.17.2
1818moto~=5.0.8
1919pyre-extensions
2020pyre-check
2121pytest
2222pytest-cov
2323pytorch-lightning==2.3.1
2424tensorboard==2.14.0
25- sagemaker>=2.149.0
25+ # sagemaker>=2.235.2 seems to be a bad release. APIs fail with
26+ # NameError: Field name "json" shadows a BaseModel attribute; use a different field name with "alias='json'"
27+ sagemaker>=2.149.0,<=2.235.1
2628torch-model-archiver>=0.4.2
27- torch= =2.2.1
29+ torch> =2.2.1
2830torchmetrics==0.10.3
2931torchserve>=0.10.0
3032torchtext==0.17.1
@@ -42,5 +44,4 @@ lintrunner-adapters
4244grpcio==1.62.1
4345grpcio-status==1.48.1
4446googleapis-common-protos==1.63.0
45- google-api-core==2.18.0
4647protobuf==3.20.3 # kfp==1.8.22 needs protobuf < 4
You can’t perform that action at this time.
0 commit comments