-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue adding fastembed as dependency in poetry due to python requirement #21
Comments
Line 14 in c408b7e
|
ONNX Runtime does not support 3.12 and breaks for that — hence the lock for less than 3.12. We'll support 3.12 when ONNX Runtime does. |
@NirantK I see just to confirm, you cannot write: python = ">=3.8.0,<4" because onnx forbids that? What a shame, I thought poetry can auto-resolve this. |
Yes, that sounds right. ONNX Runtime does not support 3.12, so Poetry does flag it as broken. I believe that's the desired behaviour for most Poetry use cases. |
onnx issue for the reference microsoft/onnxruntime#18793 |
The ONNX issue that was blocking support for Python version 3.12 has been now resolved: microsoft/onnxruntime#18814 |
Installing the current project: infinity_emb (0.0.2)
The text was updated successfully, but these errors were encountered: