File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -255,6 +255,7 @@ test = [ # dependencies used for running tests
255255 " pandas>=2.0.0" ,
256256 " pyarrow>=18.0.0; sys_platform != 'win32' or platform_machine != 'ARM64'" ,
257257 " torch>=2.2.2; python_version < '3.14' and ( sys_platform != 'darwin' or platform_machine != 'x86_64' or python_version < '3.13' ) and ( sys_platform != 'win32' or platform_machine != 'ARM64' or python_version > '3.11' )" ,
258+ " torch>=2.10.0; python_version >= '3.14' and ( sys_platform != 'darwin' or platform_machine != 'x86_64' ) and ( sys_platform != 'win32' or platform_machine != 'ARM64' )" ,
258259 " tensorflow==2.14.0; sys_platform == 'darwin' and python_version < '3.12'" ,
259260 " tensorflow-cpu>=2.14.0; sys_platform == 'linux' and platform_machine != 'aarch64' and python_version < '3.12'" ,
260261 " tensorflow-cpu>=2.14.0; sys_platform == 'win32' and platform_machine != 'ARM64' and python_version < '3.12'" ,
You can’t perform that action at this time.
0 commit comments