1
0
mirror of https://github.com/clearml/clearml synced 2025-04-24 00:07:48 +00:00

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 jsonschema>=2.6.0
numpy>=1.10 numpy>=1.10
pathlib2>=2.3.0 pathlib2>=2.3.0
Pillow>=10.3.0 Pillow>=7.0.0
Pillow>=10.3.0 ; python_version >= '3.8'
psutil>=3.4.2 psutil>=3.4.2
pyparsing>=2.0.3 pyparsing>=2.0.3
python-dateutil>=2.6.1 python-dateutil>=2.6.1