Update clang version

This commit is contained in:
Phillip Stephens
2020-10-08 19:18:36 -07:00
parent 3935098894
commit f62ef52fcf
+1 -1
View File
@@ -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'
],