mmcv/requirements/test.txt
Jiazhen Wang e0eebebf50
[Fix] Fix Python3.10 CI (#1828)
* Fix python3.10 ci

* fix build ci

* fix build ci

* fix onnx build in ci

* remove onnx optimizer

* remove python3.10 ci

* special treatment for py3.10

* fix build ci

* special treatment for python3.10 in requirements/test

* fix requirements/test
2022-04-02 14:22:05 +08:00

10 lines
168 B
Plaintext

coverage
lmdb
onnx==1.7.0; python_version < '3.10'
onnxoptimizer; python_version < '3.10'
onnxruntime>=1.8.0; python_version < '3.10'
pytest
PyTurboJPEG
scipy
tifffile