Revert "openai: add python3Packages.wandb dependency"

This reverts commit 9d237afebb.
This commit is contained in:
Jonathan Ringer 2022-03-21 11:59:52 -07:00
parent 18307675b9
commit 26f7720900

View File

@ -9,7 +9,6 @@
, pandas-stubs
, requests
, tqdm
, wandb
# Check dependencies
, pytest-mock
@ -36,7 +35,6 @@ buildPythonPackage rec {
pandas-stubs
requests
tqdm
wandb
];
pythonImportsCheck = [ "openai" ];