Fix pillow constraint for Python<=3.7

This commit is contained in:
clearml 2025-03-31 14:59:31 +03:00
parent 5989d8df8a
commit b734a41104

View File

@ -7,7 +7,8 @@ futures>=3.0.5 ; python_version < '3'
jsonschema>=2.6.0
numpy>=1.10
pathlib2>=2.3.0
Pillow>=10.3.0
Pillow>=7.0.0
Pillow>=10.3.0 ; python_version >= '3.8'
psutil>=3.4.2
pyparsing>=2.0.3
python-dateutil>=2.6.1