Constrain faust-cchardet to first version that builds wheels successfully (#88563)
This commit is contained in:
parent
93e37243f6
commit
ec53c26f90
2 changed files with 8 additions and 0 deletions
|
@ -149,3 +149,7 @@ pyOpenSSL>=23.0.0
|
|||
# uamqp newer versions we currently can't build for armv7/armhf
|
||||
# Limit this to Python 3.10, to not block Python 3.11 dev for now
|
||||
uamqp==1.6.0;python_version<'3.11'
|
||||
|
||||
# faust-cchardet: Ensure we have a version we can build wheels
|
||||
# 2.1.18 is the first version that works with our wheel builder
|
||||
faust-cchardet>=2.1.18
|
||||
|
|
|
@ -157,6 +157,10 @@ pyOpenSSL>=23.0.0
|
|||
# uamqp newer versions we currently can't build for armv7/armhf
|
||||
# Limit this to Python 3.10, to not block Python 3.11 dev for now
|
||||
uamqp==1.6.0;python_version<'3.11'
|
||||
|
||||
# faust-cchardet: Ensure we have a version we can build wheels
|
||||
# 2.1.18 is the first version that works with our wheel builder
|
||||
faust-cchardet>=2.1.18
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
|
Loading…
Add table
Reference in a new issue