[Tune] Remove unused autogluon requirement (#16587)

`autogluon` does not support Python 3.9. And Ray seems to not import it anywhere.
This commit is contained in:
mwtian 2022-03-11 16:54:23 -08:00 committed by GitHub
parent 97383e4c1b
commit aad6f41593
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
-r requirements_dl.txt
autogluon.core==0.1.0
ax-platform==0.1.9; python_version < '3.7'
ax-platform==0.2.1; python_version >= '3.7'
bayesian-optimization==1.2.0