From 18f0cd0ca86af39d7a4621da5fb33caf9eb61b6e Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 30 Dec 2023 17:55:06 -0500 Subject: [PATCH] update requirements --- CHANGELOG.md | 2 ++ requirements.txt | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c9fb11c..23ea9fd7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ - processing: correct display metadata - upscale: fix ldsr - ipex: fix torch.load, thanks @Disty0 +- **Other** + - updated core requirements ## Update for 2023-12-29 diff --git a/requirements.txt b/requirements.txt index 37a22941e..c5046e14f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,10 +43,11 @@ fasteners dctorch pymatting matplotlib +peft httpx==0.24.1 compel==2.0.2 torchsde==0.2.6 -clip-interrogator==0.6.0 + clip-interrogator==0.6.0 antlr4-python3-runtime==4.9.3 requests==2.31.0 tqdm==4.66.1 @@ -57,8 +58,8 @@ einops==0.4.1 gradio==3.43.2 huggingface_hub==0.20.1 numexpr==2.8.4 -numpy==1.24.4 -numba==0.57.1 +numpy==1.26.2 +numba==0.58.1 pandas==1.5.3 protobuf==3.20.3 pytorch_lightning==1.9.4 @@ -70,4 +71,3 @@ Pillow==10.1.0 timm==0.9.12 pydantic==1.10.13 typing-extensions==4.9.0 -peft