diff --git a/scripts/check_modules.py b/scripts/check_modules.py index d695ee03..bf8e74af 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -35,6 +35,7 @@ modules_to_check = { "python-multipart": "0.0.6", # "xformers": "0.0.16", "huggingface-hub": "0.21.4", + "wandb": "0.13.7", } modules_to_log = ["torch", "torchvision", "sdkit", "stable-diffusion-sdkit", "diffusers"]