From af72cfe5b4ffe80b161aed9fcbe11389e7f49948 Mon Sep 17 00:00:00 2001 From: pbk4qcfyv <1678854362@qq.com> Date: Wed, 18 Sep 2024 04:39:45 +0800 Subject: [PATCH] ADD file via upload --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0981cdc --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +jieba==0.42.1 +matplotlib==3.7.2 +numpy==1.25.2 +pandas==2.1.0 +Requests==2.31.0 +wordcloud==1.9.2