We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc9c74 commit ef11128Copy full SHA for ef11128
1 file changed
template/utils/_config.py
@@ -96,6 +96,7 @@ def _list_dependencies_info(
96
if dep in ("matplotlib", "seaborn") and version_ != "Not found.":
97
try:
98
from matplotlib import pyplot as plt
99
+
100
backend = plt.get_backend()
101
except Exception:
102
backend = "Not found"
0 commit comments