Skip to content

Commit 6754a76

Browse files
chore(deps): update dependency llvmlite to <=0.34.0 (#223)
Co-authored-by: Tres Seaver <[email protected]>
1 parent 8bf8533 commit 6754a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
# llvmlite >= 0.32.0 cannot be installed on Python 3.5 and below
6060
# (building the wheel fails), thus needs to be restricted.
6161
# See: https://github.com/googleapis/python-bigquery/issues/78
62-
"llvmlite <= 0.33.0;python_version>='3.6'",
63-
"llvmlite <= 0.31.0;python_version<'3.6'",
62+
"llvmlite<=0.34.0;python_version>='3.6'",
63+
"llvmlite<=0.31.0;python_version<'3.6'",
6464
],
6565
}
6666

0 commit comments

Comments
 (0)