This is an automated email from the ASF dual-hosted git repository.

xtsong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new e4e565d  [hotfix] Remove onnxruntime version specification on osx. 
(#309)
e4e565d is described below

commit e4e565df385f2e4fd3aa07b3eb7d6f1e1c81daec
Author: Wenjin Xie <[email protected]>
AuthorDate: Thu Nov 6 14:55:03 2025 +0800

    [hotfix] Remove onnxruntime version specification on osx. (#309)
---
 python/pyproject.toml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/python/pyproject.toml b/python/pyproject.toml
index e420e65..bcf577b 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -105,12 +105,6 @@ members = ["."]
 
 # Configure platform-specific dependency resolution
 [tool.uv]
-# Ensure uv resolves to compatible versions for macOS ARM64
-constraint-dependencies = [
-    # Use a compatible onnxruntime version for macOS ARM64
-    "onnxruntime>=1.16.0,<1.23.0; sys_platform == 'darwin' and 
platform_machine == 'arm64'",
-]
-
 # Configure required environments for platform compatibility
 required-environments = [
     "sys_platform == 'darwin' and platform_machine == 'arm64'",

Reply via email to