From 5879f2752b82cc6b4630ac883d373e31252dadb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Stucke?= Date: Tue, 10 Oct 2023 15:47:04 +0200 Subject: [PATCH] update matplotlib version and remove setuptools pin ssdeep installation should again work with the latest version of setuptools version 3.8 of matplotlib cannot be used yet, because it doesn't support Python3.8 --- src/install/requirements_common.txt | 3 --- src/install/requirements_frontend.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/install/requirements_common.txt b/src/install/requirements_common.txt index 703894d82..f1c865110 100644 --- a/src/install/requirements_common.txt +++ b/src/install/requirements_common.txt @@ -1,9 +1,6 @@ # General build stuff testresources==2.0.1 -# FixMe: remove pinned version as soon as installation of ssdeep works again -setuptools<66 - # General python dependencies appdirs==1.4.4 flaky==3.7.0 diff --git a/src/install/requirements_frontend.txt b/src/install/requirements_frontend.txt index ed4d3b9e2..7c730ae6c 100644 --- a/src/install/requirements_frontend.txt +++ b/src/install/requirements_frontend.txt @@ -8,7 +8,7 @@ flask==2.3.3 flask_restx==1.1.0 flask_sqlalchemy==3.0.5 itsdangerous==2.1.2 -matplotlib==3.5.3 +matplotlib==3.7.3 more_itertools==9.0.0 prompt_toolkit==3.0.32 python-dateutil==2.8.2