From 979e3e1f57d372f66dfaa3bdc07bd2a8f3dc1415 Mon Sep 17 00:00:00 2001 From: V <47860869+Veightor@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:53:55 -0400 Subject: [PATCH] Update requirements.txt I was downgraded to numpy==1.26, as numpy==1.26.4 was causing issues with setting up an LLM miner. Tegridy, with the help of the team, assisted me in reaching this conclusion! --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c97b724c..10cd0572 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ httpx==0.26.0 ray[serve]==2.23.0 git+https://github.com/toilaluan/controlnet_aux.git timm==1.0.3 -numpy==1.26.4 +numpy==1.26 pandas typesense clean-text[gpl]