Add temporary package constraint on flexparser and pint to fix CI (#130016)

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
epenet 2024-11-07 09:57:14 +01:00 committed by GitHub
parent 2d2f55a4df
commit a657b9bb84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -192,3 +192,8 @@ tenacity!=8.4.0
# 5.0.0 breaks Timeout as a context manager
# TypeError: 'Timeout' object does not support the context manager protocol
async-timeout==4.0.3
# latest pint 0.24.3 is not yet compatible with flexparser 0.4
# https://github.com/hgrecco/pint/issues/1969
flexparser==0.3.1
pint==0.24.3

View File

@ -207,6 +207,11 @@ tenacity!=8.4.0
# 5.0.0 breaks Timeout as a context manager
# TypeError: 'Timeout' object does not support the context manager protocol
async-timeout==4.0.3
# latest pint 0.24.3 is not yet compatible with flexparser 0.4
# https://github.com/hgrecco/pint/issues/1969
flexparser==0.3.1
pint==0.24.3
"""
GENERATED_MESSAGE = (