python311Packages.wandb: exclude from bulk updates
This commit is contained in:
@@ -302,6 +302,9 @@ buildPythonPackage rec {
|
||||
"wandb"
|
||||
];
|
||||
|
||||
# unmaintainable list of disabled tests
|
||||
passthru.skipBulkUpdate = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A CLI and library for interacting with the Weights and Biases API";
|
||||
homepage = "https://github.com/wandb/wandb";
|
||||
|
||||
Reference in New Issue
Block a user