From 281403f7f0ca28459fa3c22d4dd3bd4cf686ad31 Mon Sep 17 00:00:00 2001 From: Alessandro Palmas Date: Fri, 24 Nov 2023 18:07:26 -0500 Subject: [PATCH] Update dep in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2575d12..ed50d8e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "stable-baselines3": ["stable-baselines3[extra]~=2.1.0", "pyyaml"], "ray-rllib": ["ray[rllib]~=2.7.0", "tensorflow", "torch", "pyyaml"], "sheeprl": [ - "sheeprl==0.4.6", + "sheeprl==0.4.7", "importlib-resources==6.1.0", ], }