From c984d695cca3b2ac53d8ce7eff3fcce34aa43b94 Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Mon, 29 Jul 2024 23:03:26 +0100 Subject: [PATCH] #2735: use ray version 2.32 until 2.33 is fixed --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e919604..01be8d52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ license-files = ["LICENSE"] [project.optional-dependencies] rl = [ - "ray[rllib] >= 2.20.0, < 3", + "ray[rllib] == 2.32.0, < 3", "tensorflow==2.12.0", "stable-baselines3[extra]==2.1.0", "sb3-contrib==2.1.0",