From 09c5f2fccf9bba88888a987f1f02fd007cb80e23 Mon Sep 17 00:00:00 2001 From: Maximilian Ernestus Date: Tue, 5 Sep 2023 21:33:16 +0200 Subject: [PATCH] Properly specify the compatible seals version so it does not auto-upgrade to 0.2. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d1f2489c..620f7edca 100644 --- a/setup.py +++ b/setup.py @@ -203,7 +203,7 @@ def get_local_version(version: "ScmVersion", time_format="%Y%m%d") -> str: "torch>=1.4.0", "tqdm", "scikit-learn>=0.21.2", - "seals>=0.1.5", + "seals~=0.1.5", STABLE_BASELINES3, "sacred>=0.8.4", "tensorboard>=1.14",