Skip to content

Commit

Permalink
chore(deps): update dependency llvmlite to <=0.34.0 (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: Tres Seaver <tseaver@palladion.com>
  • Loading branch information
renovate-bot and tseaver committed Aug 17, 2020
1 parent 8bf8533 commit 6754a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -59,8 +59,8 @@
# llvmlite >= 0.32.0 cannot be installed on Python 3.5 and below
# (building the wheel fails), thus needs to be restricted.
# See: https://github.com/googleapis/python-bigquery/issues/78
"llvmlite <= 0.33.0;python_version>='3.6'",
"llvmlite <= 0.31.0;python_version<'3.6'",
"llvmlite<=0.34.0;python_version>='3.6'",
"llvmlite<=0.31.0;python_version<'3.6'",
],
}

Expand Down

0 comments on commit 6754a76

Please sign in to comment.