Skip to content

Commit 430d0ac

Browse files
author
Sarah Krebs
committed
Resolve merge conflict
2 parents 53c2f8f + e9b8dad commit 430d0ac

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Version 1.1.3
22

33
## Bug-Fixes
4+
- Fix seaborn style name (#82).
45
- Exchange SMAC log examples to fix issue with PDP (#54).
56

67
# Version 1.1.2

deepcave/utils/styled_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class StyledPlot:
2525
"""
2626

2727
def __init__(self):
28-
plt.style.use("seaborn")
28+
plt.style.use("seaborn-v0_8")
2929

3030
# Set MatPlotLib defaults
3131
if find_executable("latex"):

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jsonlines>=3.0.0
55
pandas>=1.3.4
66
numpy>=1.22.2
77
matplotlib>=3.5.1
8+
seaborn>=0.12.2
89
pyyaml
910

1011
# AutoML packages
@@ -23,4 +24,4 @@ rq>=1.10.1
2324
# Pinning might be removed for dash>2.3.0
2425
werkzeug==2.0.3
2526

26-
pyPDPPartitioner
27+
pyPDPPartitioner

0 commit comments

Comments
 (0)