openai: add python3Packages.wandb dependency
This commit is contained in:
parent
b0c31dc06f
commit
6de6d6009a
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
, pandas-stubs
|
, pandas-stubs
|
||||||
, requests
|
, requests
|
||||||
, tqdm
|
, tqdm
|
||||||
|
, wandb
|
||||||
|
|
||||||
# Check dependencies
|
# Check dependencies
|
||||||
, pytest-mock
|
, pytest-mock
|
||||||
|
@ -35,6 +36,7 @@ buildPythonPackage rec {
|
||||||
pandas-stubs
|
pandas-stubs
|
||||||
requests
|
requests
|
||||||
tqdm
|
tqdm
|
||||||
|
wandb
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "openai" ];
|
pythonImportsCheck = [ "openai" ];
|
||||||
|
|
Loading…
Reference in a new issue