File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797preview_extra_require = [
9898 "cloudpickle < 3.0" ,
9999 "google-cloud-logging < 4.0" ,
100- "importlib-metadata < 7.0; python_version<'3.8'" ,
101100]
102101
103102ray_extra_require = [
145144 "pytest-xdist" ,
146145 "scikit-learn" ,
147146 "tensorflow >= 2.3.0, <= 2.12.0" ,
148- "torch >= 2.0.0; python_version>='3.8'" ,
149- "torch; python_version<'3.8'" ,
147+ # TODO(jayceeli) torch 2.1.0 has conflict with pyfakefs, will check if
148+ # future versions fix this issue
149+ "torch >= 2.0.0, < 2.1.0" ,
150150 "xgboost" ,
151151 "xgboost_ray" ,
152152 "requests-toolbelt < 1.0.0" ,
202202 "preview" : preview_extra_require ,
203203 "ray" : ray_extra_require ,
204204 },
205- python_requires = ">=3.7 " ,
205+ python_requires = ">=3.8 " ,
206206 classifiers = [
207207 "Development Status :: 5 - Production/Stable" ,
208208 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments