python3Packages.stable-baselines3: add missing dependency tensorboard
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
ale-py,
|
||||
pytestCheckHook,
|
||||
rich,
|
||||
tensorboard,
|
||||
tqdm,
|
||||
}:
|
||||
buildPythonPackage (finalAttrs: {
|
||||
@@ -52,6 +53,7 @@ buildPythonPackage (finalAttrs: {
|
||||
ale-py
|
||||
pytestCheckHook
|
||||
rich
|
||||
tensorboard
|
||||
tqdm
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user