Skip to content

Commit

Permalink
autogluon version requirement (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMRuss authored Feb 22, 2023
1 parent 998ba68 commit 60e098d
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 @@ -104,7 +104,7 @@ def default_setup_args(*, version):

version = "0.1"
version = update_version(version, use_file_if_exists=False, create_file=True)
AUTOGLUON_VERSION_RANGE = ">=0.6,<1.0"
AUTOGLUON_VERSION_RANGE = ">=0.7,<1.0"

install_requires = [
f'{AUTOGLUON}.common{AUTOGLUON_VERSION_RANGE}',
Expand Down

0 comments on commit 60e098d

Please sign in to comment.