mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 02:46:49 +08:00
5834c56c64
* Advertise that Python >= 3.6 is needed ray/tune/examples/ax_example.py contains f-strings which limits support of this package to Python 3.6 and up. * Python 3.5 does not support f-strings Rewrite by using format() * Lower required version after 9f88fe9d * Remove python_requires again by request * Fix linter warning