From dd56938644178672bff40bfec9f886d464eff661 Mon Sep 17 00:00:00 2001 From: wangwlj <351841691@qq.com> Date: Fri, 28 Jun 2024 16:44:23 +0800 Subject: [PATCH] add seaborn in requirements.txt (#254) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0464ed55c..2f418300e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,5 @@ opencv-python==4.9.0.80 psutil==5.9.8 py-cpuinfo==9.0.0 huggingface-hub==0.23.2 -safetensors==0.4.3 \ No newline at end of file +safetensors==0.4.3 +seaborn>=0.11.0