Enable onnxruntime dependency for Python 3.11 (#260)

This commit is contained in:
Guillaume Klein
2023-05-24 16:07:54 +02:00
committed by GitHub
parent ae1e6d9883
commit a150adcc19

View File

@@ -2,4 +2,4 @@ av==10.*
ctranslate2>=3.10,<4
huggingface_hub>=0.13
tokenizers==0.13.*
onnxruntime==1.14.* ; python_version < "3.11"
onnxruntime>=1.14,<2