#2778 - pinned Ray version to <2.33 until they fix their bug

This commit is contained in:
Chris McCarthy
2024-07-30 09:57:48 +01:00
parent 8af7fc0ecd
commit 2e1d622228

View File

@@ -52,7 +52,7 @@ license-files = ["LICENSE"]
[project.optional-dependencies]
rl = [
"ray[rllib] >= 2.20.0, < 3",
"ray[rllib] >= 2.20.0, <2.33",
"tensorflow==2.12.0",
"stable-baselines3[extra]==2.1.0",
"sb3-contrib==2.1.0",