We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cb186 commit f60a2bdCopy full SHA for f60a2bd
dev-requirements.txt
@@ -22,9 +22,11 @@ pytest
22
pytest-cov
23
pytorch-lightning==2.3.1
24
tensorboard==2.14.0
25
-sagemaker>=2.149.0
+# 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
28
torch-model-archiver>=0.4.2
-torch==2.2.1
29
+torch>=2.2.1
30
torchmetrics==0.10.3
31
torchserve>=0.10.0
32
torchtext==0.17.1
@@ -42,5 +44,4 @@ lintrunner-adapters
42
44
grpcio==1.62.1
43
45
grpcio-status==1.48.1
46
googleapis-common-protos==1.63.0
-google-api-core==2.18.0
47
protobuf==3.20.3 # kfp==1.8.22 needs protobuf < 4
0 commit comments