roboflow / inference

A fast, easy-to-use, production-ready inference server for computer vision supporting deployment of many popular model architectures and fine-tuned models.
https://inference.roboflow.com
Other
1.13k stars 84 forks source link

Add Python 3.12 support #433

Open PawelPeczek-Roboflow opened 1 month ago

PawelPeczek-Roboflow commented 1 month ago

Search before asking

Description

Python 3.12 is not supported now due to incompatibility of dependencies, mainly onnxruntime~=1.15.x. There is a chance to set onnxruntime<=1.17.1 - please evaluate on all supported platforms.

Use case

No response

Additional

No response

Are you willing to submit a PR?