From 30f4de645a355d37e75d346a8e51a28bde8b21d8 Mon Sep 17 00:00:00 2001 From: Klaus Eckelt Date: Tue, 26 Sep 2023 06:40:44 +0100 Subject: [PATCH] Add seaborn as a dependency see https://github.com/automl/DeepCAVE/issues/73 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 177ef401..dcf5d713 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,7 @@ jsonlines>=3.0.0 pandas>=1.3.4 numpy>=1.22.2 matplotlib>=3.5.1 +seaborn>=0.12.2 pyyaml # AutoML packages @@ -23,4 +24,4 @@ rq>=1.10.1 # Pinning might be removed for dash>2.3.0 werkzeug==2.0.3 -pyPDPPartitioner \ No newline at end of file +pyPDPPartitioner