Skip to content

Commit 36f6527

Browse files
committed
Update torch constraint to support Python 3.14 dev environments
1 parent 5686cd1 commit 36f6527

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

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

0 commit comments

Comments
 (0)