Remove temporary pint constraint (#130070)

This commit is contained in:
Marc Mueller 2024-11-07 19:10:24 +01:00 committed by GitHub
parent a3b0909e3f
commit 8cae8edc55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 10 deletions

View File

@ -192,8 +192,3 @@ 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,11 +207,6 @@ 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 = (