From 54a234bca7e20a9941d4b9862c90c478b2adc815 Mon Sep 17 00:00:00 2001 From: Joerg Henrichs Date: Thu, 23 Jan 2025 13:40:38 +1100 Subject: [PATCH] Updated clang dependency name (in synch with what is already done on main). (#378) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26f67d53..e165f7a9 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']