File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments