alnzng commented on code in PR #525:
URL: https://github.com/apache/flink-agents/pull/525#discussion_r2785756704
##########
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:
>uv will also use onnxruntime==1.23.2, even if onnxruntime==1.24.1 is
available.
@wenjin272 Did you notice this in your local env or CI? Have you tried to
remove `.env` folder and uv lock to start with a fresh build?
I currently don't have ARM version Python installed on my (Company)laptop, I
can check if installing ARM version Python is accpetable in my side.
--
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]