From 4a23bfe854c78dd126c819fdfcbd3ffd6803034c Mon Sep 17 00:00:00 2001 From: "Alexander G. Morano" Date: Wed, 24 Jul 2024 10:37:36 -0700 Subject: [PATCH] Update pyproject.toml attempt to patch comfyui.org action runner? --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bc1ad07..bf8e423 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "jovimetrix" description = "Integrates Webcam, MIDI, Spout and GLSL shader support. Animation via tick. Parameter manipulation with wave generator. Math operations with Unary and Binary support. Value conversion for all major types (int, string, list, dict, Image, Mask). Shape mask generation, image stacking and channel ops, batch splitting, merging and randomizing, load images and video from anywhere, dynamic bus routing with a single node, export support for GIPHY, save output anywhere! flatten, crop, transform; check colorblindness, make stereogram or stereoscopic images, or liner interpolate values and more." -version = "1.2.6.1" +version = "1.2.6" license = "LICENSE" dependencies = [ "aenum>=3.1.15, <4", @@ -33,4 +33,4 @@ Repository = "https://github.com/Amorano/Jovimetrix" [tool.comfy] PublisherId = "amorano" DisplayName = "Jovimetrix" -Icon = "https://raw.githubusercontent.com/Amorano/Jovimetrix-examples/master/res/logo-jovimetrix.png" \ No newline at end of file +Icon = "https://raw.githubusercontent.com/Amorano/Jovimetrix-examples/master/res/logo-jovimetrix.png"