python3Packages.stable-baselines3: add missing dependency tensorboard

This commit is contained in:
Gaetan Lepage
2026-07-04 23:55:34 +00:00
parent 40630eb692
commit a02c3ddc5e
@@ -19,6 +19,7 @@
ale-py,
pytestCheckHook,
rich,
tensorboard,
tqdm,
}:
buildPythonPackage (finalAttrs: {
@@ -52,6 +53,7 @@ buildPythonPackage (finalAttrs: {
ale-py
pytestCheckHook
rich
tensorboard
tqdm
];