Skip to content

Commit d0f79e5

Browse files
committed
requirement correction de versionde tomli
1 parent 29c86fa commit d0f79e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ psutil
1414

1515
# Configuration and data formats
1616
PyYAML>=5.4.1,<7.0.0
17-
# tomli only needed on Python < 3.11 (tomllib builtin on 3.11+)
18-
tomli>=2.0.1,<3.0.0; python_version < "3.11"
17+
tomli
1918
jsonschema
2019

2120
# Image processing

0 commit comments

Comments
 (0)