We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf8533 commit 6754a76Copy full SHA for 6754a76
setup.py
@@ -59,8 +59,8 @@
59
# llvmlite >= 0.32.0 cannot be installed on Python 3.5 and below
60
# (building the wheel fails), thus needs to be restricted.
61
# 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'",
+ "llvmlite<=0.34.0;python_version>='3.6'",
+ "llvmlite<=0.31.0;python_version<'3.6'",
64
],
65
}
66
0 commit comments