diff --git a/setup.py b/setup.py index 8360825..1dd60aa 100644 --- a/setup.py +++ b/setup.py @@ -139,7 +139,7 @@ setup( # For an analysis of "install_requires" vs pip's requirements files see: # https://packaging.python.org/en/latest/requirements.html install_requires=[ - 'clang==6.0', + 'clang==10.0.1', 'Mako==1.1.0' ],