Skip to content

Commit 03a5a6f

Browse files
committed
no ray on python 3.14
Signed-off-by: Michele Dolfi <[email protected]>
1 parent 9815e34 commit 03a5a6f

File tree

2 files changed

+3248
-3155
lines changed

2 files changed

+3248
-3155
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ rq = [
6969
"msgpack~=1.1",
7070
]
7171
ray = [
72-
"ray~=2.30",
72+
'ray~=2.30 ; python_version < "3.14"',
7373
]
7474
gdrive = [
7575
"google-api-python-client>=2.183.0",

0 commit comments

Comments
 (0)