Skip to content

Commit 86d05fa

Browse files
committed
fix req for macos
1 parent a8960be commit 86d05fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"psutil >= 5.9.0", # 2021/12/29
4343
"pyarrow >= 7.0.0", # 2022/02/03
4444
"tensorflow >= 2.8.0", # 2022/02/02
45-
"ai-edge-litert >= 2.0.2 ; python_version < '3.13' and (sys_platform == 'linux' or sys_platform == 'darwin')", # 2025/09/17
45+
"ai-edge-litert >= 2.0.2 ; python_version < '3.13' and (sys_platform == 'linux' or (sys_platform == 'darwin' and platform_machine == 'arm64'))", # 2025/09/17
4646
]
4747

4848
[project.optional-dependencies]
@@ -61,7 +61,7 @@ repro = [
6161
"psutil == 7.1.3",
6262
"pyarrow == 22.0.0",
6363
"tensorflow == 2.20.0",
64-
"ai-edge-litert == 2.0.3 ; sys_platform == 'linux' or sys_platform == 'darwin'",
64+
"ai-edge-litert == 2.0.3 ; python_version < '3.13' and (sys_platform == 'linux' or (sys_platform == 'darwin' and platform_machine == 'arm64'))",
6565
# Indirect dependencies
6666
"absl-py == 2.3.1",
6767
"astunparse == 1.6.3",

0 commit comments

Comments
 (0)