From b08cf00661b858e5826d37e7aea3c1ed84b031bf Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 24 Nov 2023 00:43:57 +0100 Subject: [PATCH] downgrade matplotlib due to an issue with numpy during installation --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6e5aa6e..95bfc78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,11 +2,11 @@ arrow==1.3.0 certifi==2023.7.22 cycler==0.12.1 feedparser==6.0.10 -fonttools==4.45.0 +fonttools==4.45.1 icalendar==5.0.11 kiwisolver==1.4.5 lxml==4.9.3 -matplotlib==3.8.2 +matplotlib==3.8.0 numpy==1.24.4 packaging==23.2 Pillow==10.1.0 @@ -22,7 +22,7 @@ todoist-api-python==2.1.3 typing_extensions==4.8.0 urllib3==2.1.0 python-dotenv==1.0.0 -setuptools==69.0.1 +setuptools==69.0.2 html2text==2020.1.16 yfinance==0.2.32 htmlwebshot~=0.1.2