Skip to content

Commit

Permalink
update matplotlib version and remove setuptools pin
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jstucke committed Oct 10, 2023
1 parent a547ba1 commit 5879f27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/install/requirements_common.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/install/requirements_frontend.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5879f27

Please sign in to comment.