From 1a84cae97bb4c731b4df2bd413726a13676e84d1 Mon Sep 17 00:00:00 2001 From: Benjamin Berman Date: Fri, 19 Jul 2024 20:40:10 -0700 Subject: [PATCH] Ease restrictions --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70418c0ab..a4d0d9d86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,6 +37,7 @@ kornia>=0.7.0 mpmath>=1.0,!=1.4.0a0 huggingface_hub lazy-object-proxy +lazy_loader>=0.3 can_ada fsspec natsort @@ -53,7 +54,8 @@ huggingface_extra_chat_templates @ git+https://github.com/AppMana/appmana-comfyu wrapt>=1.16.0 certifi spandrel>=0.3.4 -numpy>=1.26.3,<2.0.0 +numpy>=1.24.4,<2.0.0 soundfile watchdog PySoundFile +networkx>=2.6.3