File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ):
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ jsonlines>=3.0.0
55pandas >= 1.3.4
66numpy >= 1.22.2
77matplotlib >= 3.5.1
8+ seaborn >= 0.12.2
89pyyaml
910
1011# AutoML packages
@@ -23,4 +24,4 @@ rq>=1.10.1
2324# Pinning might be removed for dash>2.3.0
2425werkzeug == 2.0.3
2526
26- pyPDPPartitioner
27+ pyPDPPartitioner
You can’t perform that action at this time.
0 commit comments