Skip to content

Commit

Permalink
update common dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Weisu Yin committed Mar 22, 2023
1 parent 60e3d06 commit 615e38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def default_setup_args(*, version):
version = update_version(version, use_file_if_exists=False, create_file=True)

install_requires = [
"autogluon.common>=0.6,<1.0",
"autogluon.common>=0.7,<1.0",
"boto3<2.0",
"numpy>=1.21.4,<2.0",
"packaging>=21.0,<22.0",
Expand Down

0 comments on commit 615e38d

Please sign in to comment.