From 1367090d21d8acd0752b5086491730e69b112a99 Mon Sep 17 00:00:00 2001 From: sundy1994 Date: Thu, 17 Oct 2024 10:34:02 -0700 Subject: [PATCH] bug fix --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fda4b781..e23dabc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "emoji==1.7.0", "flask==3.0.3", "gensim>=4.3.3", - "matplotlib==3.0.0", + "matplotlib>=3.0.0", "nltk==3.9.1", "numpy<2.0.0", "pandas==2.2.2", diff --git a/requirements.txt b/requirements.txt index 5c86c0fb..83fb603e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ convokit==3.0.0 emoji==1.7.0 flask==3.0.3 gensim>=4.3.3 -matplotlib==3.0.0 +matplotlib>=3.0.0 nltk==3.9.1 numpy<2.0.0 pandas==2.2.2