python312Packages.stable-baselines3: relax gymnasium dependency

This commit is contained in:
Gaetan Lepage
2025-02-26 13:41:41 +01:00
parent e3ba0c0e43
commit 3136883b5a
@@ -34,6 +34,10 @@ buildPythonPackage rec {
build-system = [ setuptools ];
pythonRelaxDeps = [
"gymnasium"
];
dependencies = [
cloudpickle
gymnasium