From 426e8e66a5030f3b33f6583abb24212e23437fe3 Mon Sep 17 00:00:00 2001 From: doctorpangloss <@hiddenswitch.com> Date: Sun, 16 Jun 2024 11:09:18 -0700 Subject: [PATCH] Numpy 2.0.0 release 5 hours ago will now cause issues, so specify earlier version requirement --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8bc0a6766..76828222d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,4 +52,5 @@ opentelemetry-semantic-conventions huggingface_extra_chat_templates @ git+https://github.com/AppMana/appmana-comfyui-chat-templates.git wrapt>=1.16.0 certifi -spandrel \ No newline at end of file +spandrel +numpy>=1.26.3,<2.0.0 \ No newline at end of file