File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ test = [ # dependencies used for running tests
254254 " torch>=2.2.2; python_version < '3.14' and ( sys_platform != 'darwin' or platform_machine != 'x86_64' or python_version < '3.13' )" ,
255255 " tensorflow==2.14.0; sys_platform == 'darwin' and python_version < '3.12'" ,
256256 " tensorflow-cpu>=2.14.0; sys_platform == 'linux' and platform_machine != 'aarch64' and python_version < '3.12'" ,
257- " tensorflow-cpu>=2.14.0; sys_platform == 'win32' and python_version < '3.12'" ,
257+ " tensorflow-cpu>=2.14.0; sys_platform == 'win32' and platform_machine != 'ARM64' and python_version < '3.12'" ,
258258 " tensorflow-cpu-aws==2.15.1; sys_platform == 'linux' and platform_machine == 'aarch64' and python_version < '3.12'" ,
259259 " numpy<2; python_version < '3.12'" ,
260260 " numpy>=2; python_version >= '3.12'" ,
You can’t perform that action at this time.
0 commit comments