diff --git a/mise.toml b/mise.toml index 32f7c59..5129e28 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,7 @@ +[env] +_.path = ["/opt/homebrew/lib"] +DYLD_LIBRARY_PATH = "/opt/homebrew/lib" + [tools] python = "3.12" hk = "latest" diff --git a/pyproject.toml b/pyproject.toml index f52a05a..84f1b52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,9 @@ mic = [ "sounddevice>=0.4.0", "numpy>=1.24.0", ] +figment = [ + "cairosvg>=2.7.0", +] dev = [ "pytest>=8.0.0", "pytest-cov>=4.1.0",