File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 97
97
preview_extra_require = [
98
98
"cloudpickle < 3.0" ,
99
99
"google-cloud-logging < 4.0" ,
100
- "importlib-metadata < 7.0; python_version<'3.8'" ,
101
100
]
102
101
103
102
ray_extra_require = [
145
144
"pytest-xdist" ,
146
145
"scikit-learn" ,
147
146
"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" ,
150
150
"xgboost" ,
151
151
"xgboost_ray" ,
152
152
"requests-toolbelt < 1.0.0" ,
202
202
"preview" : preview_extra_require ,
203
203
"ray" : ray_extra_require ,
204
204
},
205
- python_requires = ">=3.7 " ,
205
+ python_requires = ">=3.8 " ,
206
206
classifiers = [
207
207
"Development Status :: 5 - Production/Stable" ,
208
208
"Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments