wenjin272 commented on code in PR #525:
URL: https://github.com/apache/flink-agents/pull/525#discussion_r2785551073
##########
python/pyproject.toml:
##########
@@ -55,7 +55,6 @@ dependencies = [
"anthropic>=0.64.0",
"chromadb==1.0.21",
"onnxruntime<1.24.1;python_version<'3.11'",
- "onnxruntime>=1.24.1;python_version>='3.11'",
Review Comment:
Actually, I didn't add `onnxruntime>=1.24.1` for python 3.11 initially, but
I found for python 3.11 in macOS & arm, uv will also use `onnxruntime==1.23.2`,
even if `onnxruntime==1.24.1` is available. So I finally add a minimum version
requirement for onnxruntime in python 3.11.
But the minimum version requirement indeed break the build in macos &
x86_64. Do you have any good solutions?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]