openai: add python3Packages.wandb dependency

This commit is contained in:
Malo Bourgon
2022-02-24 13:20:41 -08:00
committed by Jonathan Ringer
parent c26740fbcd
commit 9d237afebb
@@ -9,6 +9,7 @@
, pandas-stubs
, requests
, tqdm
, wandb
# Check dependencies
, pytest-mock
@@ -35,6 +36,7 @@ buildPythonPackage rec {
pandas-stubs
requests
tqdm
wandb
];
pythonImportsCheck = [ "openai" ];