Skip to content

Commit df93d63

Browse files
committed
set MPLCONFIGDIR to fix matplotlib home-dir error on Windows
1 parent 2900106 commit df93d63

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Requires: .venv activated or use PYTHON variable below
33
PYTHON ?= python
44
SEED := 42
5+
export MPLCONFIGDIR := artifacts/.mpl_cache
56

67
# ─── Data pipeline ───────────────────────────────────────────────────────────
78
preprocess:

0 commit comments

Comments
 (0)