From 06076ac248e51a5d9c873dcada1fd64c1294a3e3 Mon Sep 17 00:00:00 2001 From: Florian Sattler Date: Wed, 29 Nov 2023 11:48:18 +0100 Subject: [PATCH] Updates plotting libs (#866) --- requirements.txt | 4 ++-- varats/setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1a3860088..d1b506d98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ ijson>=3.1.4 Jinja2>=3.1.2 jupyter>=1.0.0 kaleido>=0.2.1 -matplotlib>=3.7.1 +matplotlib>=3.8.2 networkx>=3.0 numpy>=1.24.2 packaging>=20.1 @@ -28,7 +28,7 @@ PyYAML>=6.0 requests>=2.28.2 rich>=12.6 scikit-learn>=1.2.2 -seaborn>=0.12.2 +seaborn>=0.13.0 tabulate>=0.9 types-PyYAML types-requests diff --git a/varats/setup.py b/varats/setup.py index f8457097d..1986b251d 100644 --- a/varats/setup.py +++ b/varats/setup.py @@ -23,7 +23,7 @@ "graphviz>=0.14.2", "Jinja2>=3.1.2", "kaleido>=0.2.1", - "matplotlib>=3.7.1", + "matplotlib>=3.8.2", "networkx>=3.0", "numpy>=1.24.2", "packaging>=20.1", @@ -40,7 +40,7 @@ "PyYAML>=6.0", "rich>=12.6", "scikit-learn>=1.2.2", - "seaborn>=0.12.2", + "seaborn>=0.13.0", "tabulate>=0.9", "varats-core>=13.0.5", "wllvm>=1.3.1",