Skip to content

Commit 340ab3b

Browse files
committed
update pyyaml version constraint
1 parent a27527d commit 340ab3b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

src/sagemaker/serve/utils/conda_in_process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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}
9291
deps = .[test]

0 commit comments

Comments
 (0)