File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tensorflow_lattice/python Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
# This version number should always be that of the *next* (unreleased) version.
28
28
# Immediately after uploading a package to PyPI, you should increment the
29
29
# version number and push to gitHub.
30
- __version__ = "2.0.12 "
30
+ __version__ = "2.0.13 "
31
31
32
32
if "--release" in sys .argv :
33
33
sys .argv .remove ("--release" )
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ def plot_calibrator_nodes(nodes,
201
201
"""
202
202
import matplotlib .pyplot as plt # pylint: disable=g-import-not-at-top
203
203
204
- with plt .style .context ('seaborn-whitegrid' ):
204
+ with plt .style .context ('seaborn-v0_8- whitegrid' ):
205
205
plt .rc ('font' , size = font_size )
206
206
plt .rc ('axes' , titlesize = font_size )
207
207
plt .rc ('xtick' , labelsize = font_size )
You can’t perform that action at this time.
0 commit comments