From 2eb9cd412ba237c3934ea298b09994c7a8a6858c Mon Sep 17 00:00:00 2001 From: Michele Milesi Date: Tue, 16 Apr 2024 11:02:02 +0200 Subject: [PATCH] feat: bump sheeprl to v0.5.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 365298e..d12a9a1 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ "stable-baselines3": ["stable-baselines3[extra]~=2.1.0", "pyyaml"], "ray-rllib": ["ray[rllib]~=2.7.0", "tensorflow", "torch", "pyyaml"], "sheeprl": [ - "sheeprl==0.5.4", + "sheeprl==0.5.5", "importlib-resources==6.1.0", ], }