From ee2e31a1e5fd85ad6f5c36831ffda6fea8f249c7 Mon Sep 17 00:00:00 2001 From: WAS <160535949+WAS-PlaiLabs@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:32:01 -0700 Subject: [PATCH] Update pyproject.toml Several patches from PRs (Thanks) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04724fb..e6f2e29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "pr-was-node-suite-comfyui-47064894" description = "" -version = "1.0.1" +version = "1.0.2" license = { file = "LICENSE" } dependencies = ["cmake", "fairscale>=0.4.4", "git+https://github.com/WASasquatch/img2texture.git", "git+https://github.com/WASasquatch/cstr", "gitpython", "imageio", "joblib", "matplotlib", "numba", "numpy", "opencv-python-headless[ffmpeg]<=4.7.0.72", "pilgram", "git+https://github.com/WASasquatch/ffmpy.git", "rembg", "scikit-image>=0.20.0", "scikit-learn", "scipy", "timm>=0.4.12", "tqdm", "transformers"]