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", ], }