From bf1f1004b64a15d553f1726a85a34dba928fe9b7 Mon Sep 17 00:00:00 2001 From: Chenyang Yuan Date: Tue, 7 Jan 2025 16:58:23 -0500 Subject: [PATCH] Bumped diffusers version for tests --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b5ffbf..78463b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,10 +47,10 @@ dependencies = [ [project.optional-dependencies] # Optional dev = ["build", "twine"] -test = ["pytest", "diffusers==0.27.2"] +test = ["pytest", "diffusers==0.32.1"] examples = [ "einops", - "diffusers==0.27.2", + "diffusers", "transformers", "datasets", "jupyter",