[Nano] Support python 3.10 in nightly test (#8163)

* support 3.10

* fix version of onnxruntime-extensions

* upgrade ray

* fix from collections.abc import Iterable

* upgrade onnxruntime-extensions to 0.7.0
This commit is contained in:
Ruonan Wang 2023-05-06 15:56:40 +08:00 committed by GitHub
parent 203753270d
commit e178692c2c

View file

@ -77,7 +77,7 @@ In a pure pip environment, you need to run `source bigdl-nano-init` every time y
We support a wide range of PyTorch and Tensorflow. We only care the MAJOR.MINOR in [Semantic Versioning](https://semver.org/). If you have a specific PyTorch/Tensorflow version want to use, e.g. PyTorch 1.11.0+cpu, you may select corresponding MAJOR.MINOR (i.e., PyTorch 1.11 in this case) and install PyTorch again after installing nano.
## Python Version
`bigdl-nano` is validated on Python 3.8-3.9.
`bigdl-nano` is validated on Python 3.8-3.10.
## Operating System