|
5 | 5 | AUTOGLUON = "autogluon" |
6 | 6 | CLOUD = "cloud" |
7 | 7 |
|
8 | | -PYTHON_REQUIRES = ">=3.8, <3.12" |
| 8 | +PYTHON_REQUIRES = ">=3.9, <3.13" |
9 | 9 |
|
10 | 10 |
|
11 | 11 | def create_version_file(*, version): |
@@ -85,10 +85,10 @@ def default_setup_args(*, version): |
85 | 85 | "Operating System :: POSIX", |
86 | 86 | "Operating System :: Unix", |
87 | 87 | "Programming Language :: Python :: 3", |
88 | | - "Programming Language :: Python :: 3.8", |
89 | 88 | "Programming Language :: Python :: 3.9", |
90 | 89 | "Programming Language :: Python :: 3.10", |
91 | 90 | "Programming Language :: Python :: 3.11", |
| 91 | + "Programming Language :: Python :: 3.12", |
92 | 92 | "Topic :: Software Development", |
93 | 93 | "Topic :: Scientific/Engineering :: Artificial Intelligence", |
94 | 94 | "Topic :: Scientific/Engineering :: Information Analysis", |
@@ -116,10 +116,10 @@ def default_setup_args(*, version): |
116 | 116 | # updated sagemaker is required to fetch latest container info, so we don't want to cap the version too strict |
117 | 117 | # otherwise cloud module needs to be released to support new container |
118 | 118 | "sagemaker>=2.126.0,<3.0", |
119 | | - "pyarrow>=11.0,<11.1", |
| 119 | + "pyarrow>=11.0,<21", |
120 | 120 | "PyYAML~=6.0", |
121 | | - "Pillow>=10.2,<11", # unlikely to introduce breaking changes in minor releases |
122 | | - "ray[default]>=2.10.0,<2.11", |
| 121 | + "Pillow>=10.2,<12", # unlikely to introduce breaking changes in minor releases |
| 122 | + "ray[default]>=2.10.0,<2.46", |
123 | 123 | ] |
124 | 124 |
|
125 | 125 | extras_require = dict() |
|
0 commit comments