From 0c543e227c9a45458b8050bc8aa8aaa7840c531f Mon Sep 17 00:00:00 2001 From: Matthew Hambley Date: Fri, 17 Jan 2025 15:32:36 +0000 Subject: [PATCH] Update clang binding module. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd6bdb74..ca443aec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] [project.optional-dependencies] -c-language = ['clang'] +c-language = ['libclang'] plots = ['matplotlib'] tests = ['pytest', 'pytest-cov', 'pytest-mock'] checks = ['flake8>=5.0.4', 'mypy']