Skip to content

Commit 9a3c441

Browse files
committed
ray-packages v2.53.0
Signed-off-by: Lonnie Liu <95255098+aslonnie@users.noreply.github.com>
1 parent 41e4400 commit 9a3c441

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

recipe/patches/0003-fake-python-3.9-with-python-3.12.patch renamed to recipe/patches/0003-fake-python-3.10-with-python-3.12.patch

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
From 245f2a37850444d6248357f8091c84c0518a70a8 Mon Sep 17 00:00:00 2001
1+
From 6335e13634c670dfb8a545fee50dfecb75f4b3d6 Mon Sep 17 00:00:00 2001
22
From: Lonnie Liu <lonnie@anyscale.com>
33
Date: Thu, 27 Nov 2025 02:30:45 +0000
4-
Subject: [PATCH 3/8] fake python 3.9 with python 3.12
4+
Subject: [PATCH 3/8] fake python 3.10 with python 3.12
55

66
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
7+
Signed-off-by: Lonnie Liu <95255098+aslonnie@users.noreply.github.com>
78
---
89
WORKSPACE | 4 +++-
910
1 file changed, 3 insertions(+), 1 deletion(-)
1011

1112
diff --git a/WORKSPACE b/WORKSPACE
12-
index ad4fe2ec26..a460922935 100644
13+
index bf781b5c57..47ecfb835f 100644
1314
--- a/WORKSPACE
1415
+++ b/WORKSPACE
15-
@@ -54,8 +54,10 @@ hedron_compile_commands_setup()
16-
load("@rules_python//python:repositories.bzl", "python_register_toolchains")
16+
@@ -60,8 +60,10 @@ python_register_toolchains(
17+
)
1718

1819
python_register_toolchains(
1920
+ # Lie about the version, so that we do not need to change the code
2021
+ # of the entire repo.
21-
name = "python3_9",
22-
- python_version = "3.9",
22+
name = "python3_10",
23+
- python_version = "3.10",
2324
+ python_version = "3.12",
2425
register_toolchains = False,
2526
)

recipe/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ source:
1414
patches:
1515
- patches/0001-Disable-making-entry-scripts.patch
1616
- patches/0002-Ignore-warnings-in-event.cc-and-logging.cc.patch
17-
- patches/0003-fake-python-3.9-with-python-3.12.patch
17+
- patches/0003-fake-python-3.10-with-python-3.12.patch
1818
# See https://github.com/conda-forge/ray-packages-feedstock/issues/136
1919
# Keep in sync with current or active migration of libgrpc to avoid
2020
# ABI breakage

0 commit comments

Comments
 (0)