From eef8f4755d08f7dcafddc5d2db74e7536e125066 Mon Sep 17 00:00:00 2001 From: Crystian Date: Wed, 31 Jul 2024 22:46:54 +0200 Subject: [PATCH] remove fixed version of pillow and cpuinfo --- __init__.py | 2 +- core/version.py | 2 +- pyproject.toml | 2 +- requirements.txt | 4 ++-- version | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/__init__.py b/__init__.py index a731888..33017a1 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ @author: Crystian @title: Crystools @nickname: Crystools -@version: 1.16.1 +@version: 1.16.2 @project: "https://github.com/crystian/ComfyUI-Crystools", @description: Plugins for multiples uses, mainly for debugging, you need them! IG: https://www.instagram.com/crystian.ia """ diff --git a/core/version.py b/core/version.py index ddfa1c3..2924828 100644 --- a/core/version.py +++ b/core/version.py @@ -1 +1 @@ -version = "1.16.1" +version = "1.16.2" diff --git a/pyproject.toml b/pyproject.toml index 43298f0..135ff07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-crystools" description = "With this suit, you can see the resources monitor, progress bar & time elapsed, metadata and compare between two images, compare between two JSONs, show any value to console/display, pipes, and more!\nThis provides better nodes to load/save images, previews, etc, and see \"hidden\" data without loading a new workflow." -version = "1.16.1" +version = "1.16.2" license = { file = "LICENSE" } dependencies = ["deepdiff", "torch", "numpy", "Pillow>=9.5.0", "pynvml", "py-cpuinfo>=9.0.0"] diff --git a/requirements.txt b/requirements.txt index f62c840..cd1f8a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ deepdiff torch numpy -Pillow>=9.5.0 +Pillow pynvml -py-cpuinfo>=9.0.0 +py-cpuinfo piexif diff --git a/version b/version index 41c11ff..4a02d2c 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.16.1 +1.16.2