mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
openai: add python3Packages.wandb dependency
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user