Commit 3136883b authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.stable-baselines3: relax gymnasium dependency

parent e3ba0c0e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,6 +34,10 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "gymnasium"
  ];

  dependencies = [
    cloudpickle
    gymnasium