microsoft / onnxruntime-extensions

onnxruntime-extensions: A specialized pre- and post- processing library for ONNX Runtime
MIT License
323 stars 84 forks source link

No 0.10.0 Binary for Python 3.12 #649

Closed sgreene closed 7 months ago

sgreene commented 7 months ago

Version 0.10.0 is available on PyPi, but the builds only go up to python 3.11 (https://pypi.org/project/onnxruntime_extensions/0.10.0/#files). On Python 3.12 I can install the latest nightly build using: python -m pip install git+https://github.com/microsoft/onnxruntime-extensions.git This seems to suggest that there are no compatibility issues between 0.10.0 and Python 3.12. It just needs to be uploaded to pypi. I would like to ultimately install like this on python 3.12: pip install onnxruntime-extensions==0.10.0