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 = [
48
48
" platformdirs" ,
49
49
" protobuf>=3.12,<6.0" ,
50
50
" psutil" ,
51
- " PyYAML~ =6.0" ,
51
+ " PyYAML> =6.0.1 " ,
52
52
" requests" ,
53
53
" sagemaker-core>=1.0.17,<2.0.0" ,
54
54
" schema" ,
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ dependencies:
82
82
- python-dateutil>=2.8.2
83
83
- pytz>=2023.3
84
84
- pytz-deprecation-shim>=0.1.0.post0
85
- - pyyaml>=5.4 .1
85
+ - pyyaml>=6.0 .1
86
86
- regex>=2023.3.23
87
87
- requests>=2.28.2
88
88
- rich>=13.3.4
Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ commands =
86
86
pip install ' torch==2.0.1+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
87
87
pip install ' torchvision==0.15.2+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
88
88
pip install ' dill>=0.3.8'
89
- pip install " pyyaml>=6.0.1"
90
89
91
90
pytest {posargs}
92
91
deps = .[test]
You can’t perform that action at this time.
0 commit comments