Skip to content

Commit

Permalink
pyyaml 6.0 (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Ely <jeffryel@amazon.com>
  • Loading branch information
Jwely and Jeff Ely authored Sep 29, 2023
1 parent f605e45 commit 118a453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GitHub provides additional document on [forking a repository](https://help.githu

- Using a fresh virtualenv, install the package via `pip3 install -e .`.

- Use Python 3.7, 3.8 or 3.9 for development, as these are the versions autogluon.cloud supports.
- Use Python versions consistent with what the package supports as defined in `setup.py` (3.8 - 3.11).

- All code should adhere to the [PEP8 style](https://www.python.org/dev/peps/pep-0008/).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def default_setup_args(*, version):
# otherwise cloud module needs to be released to support new container
"sagemaker>=2.126.0,<3.0",
"pyarrow>=11.0,<11.1",
"PyYAML>=3.10,<5.4", # awscli only support this version range
"PyYAML~=6.0",
"Pillow>=9.3.0,<10.0", # unlikely to introduce breaking changes in minor releases
"ray[default]>=2.3.0,<2.4.0",
]
Expand Down

0 comments on commit 118a453

Please sign in to comment.