File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/sagemaker/serve/utils Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11urllib3>=1.26.8,<3.0.0
22docker>=5.0.2,<8.0.0
3- PyYAML>=5.4 .1,<7
3+ PyYAML>=6.0 .1,<7
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ pandas==1.4.4
2626scikit-learn==1.3.0
2727cloudpickle==2.2.1
2828jsonpickle<4.0.0
29- PyYAML== 6.0
29+ PyYAML>= 6.0.1
3030# TODO find workaround
3131xgboost>=1.6.2,<=1.7.6
3232pillow>=10.0.1,<=11
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies:
2020 - pandas
2121 - pathos
2222 - schema
23- - PyYAML~ =6.0
23+ - PyYAML> =6.0.1
2424 - jsonschema
2525 - platformdirs
2626 - tblib>=1.7.0,<4
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ pyrsistent>=0.19.3
5050python-dateutil>=2.8.2
5151pytz>=2023.3
5252pytz-deprecation-shim>=0.1.0.post0
53- pyyaml>=5.4 .1
53+ pyyaml>=6.0 .1
5454regex>=2023.3.23
5555requests>=2.28.2
5656rich>=13.3.4
You can’t perform that action at this time.
0 commit comments