Chronos: update python3.8 support in document (#6951)

* update

* update

* fix

* fix
This commit is contained in:
binbin Deng 2022-12-19 15:39:30 +08:00 committed by GitHub
parent f304d33168
commit 217e8a1c2b

View file

@ -19,7 +19,9 @@
.. note::
**Supported Python Version**:
Chronos only supports Python 3.7.2 ~ latest 3.7.x. We are validating more Python versions.
Chronos supports all installation options on Python 3.7.2 ~ latest 3.7.x. For details about different installation options, refer to `here <#install-using-conda>`_.
Moreover, ``bigdl-chronos[pytorch]``, ``bigdl-chronos[tensorflow]``, ``bigdl-chronos[automl]`` and ``bigdl-chronos[inference]`` are supported on Python 3.8.
```