From bad481be1be9112bd642eccf30a1ebae9b25fda4 Mon Sep 17 00:00:00 2001 From: Gioele Molinari <63927701+gioelemo@users.noreply.github.com> Date: Fri, 16 Jan 2026 14:52:42 +0100 Subject: [PATCH] Update wandb dependency to allow newer versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e79092..36881c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "numpy", "torch >= 2.5.0", "torchvision >= 0.20.1", - "wandb == 0.22.0", #https://github.com/wandb/wandb/issues/10647 + "wandb >= 0.22.0", "tqdm >= 4.67.1", "matplotlib >= 3.9.2", "denoising_diffusion_pytorch",