Update pyproject.toml

Testing ComfyUI Registry Update
This commit is contained in:
tusharbhutt
2025-06-14 23:59:38 -06:00
committed by GitHub
parent b980609773
commit f7a0449a62

View File

@@ -1,7 +1,7 @@
[project]
name = "endless-nodes"
description = "A small set of nodes I created for various myself. Features image saver with ability to have JSON saved to separate folder, parameter collection nodes, two aesthetic scoring models, switches for text and numbers, and conversion of string to numeric and vice versa."
version = "0.43"
version = "0.44"
license = { file = "LICENSE" }
dependencies = ["colorama","image-reward","pytorch-lightning","git+https://github.com/openai/CLIP.git#egg=clip"]
[project.urls]