Skip to content

Commit 1570ab6

Browse files
committed
Tmp8
1 parent a03ea12 commit 1570ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'",

0 commit comments

Comments
 (0)