File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
src/sagemaker/serve/utils Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies = [
4848 " platformdirs" ,
4949 " protobuf>=3.12,<6.0" ,
5050 " psutil" ,
51- " PyYAML~ =6.0" ,
51+ " PyYAML> =6.0.1 " ,
5252 " requests" ,
5353 " sagemaker-core>=1.0.17,<2.0.0" ,
5454 " schema" ,
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ dependencies:
8282 - python-dateutil>=2.8.2
8383 - pytz>=2023.3
8484 - pytz-deprecation-shim>=0.1.0.post0
85- - pyyaml>=5.4 .1
85+ - pyyaml>=6.0 .1
8686 - regex>=2023.3.23
8787 - requests>=2.28.2
8888 - rich>=13.3.4
Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ commands =
8686 pip install ' torch==2.0.1+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
8787 pip install ' torchvision==0.15.2+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
8888 pip install ' dill>=0.3.8'
89- pip install " pyyaml>=6.0.1"
9089
9190 pytest {posargs}
9291deps = .[test]
You can’t perform that action at this time.
0 commit comments