fix: 🐛 lower pillow version for google-colab environment

Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
This commit is contained in:
Onuralp SEZER 2023-07-18 16:24:17 +03:00
parent f78ac90464
commit 399121b65e
No known key found for this signature in database
GPG Key ID: CF0835DFDF14CA38
2 changed files with 478 additions and 391 deletions

867
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@ python = ">=3.8,<3.12.0"
numpy = "^1.20.0"
matplotlib = "^3.7.1"
pyyaml = "^6.0"
pillow = "^10.0.0"
pillow = "^8.4.0"
opencv-python = { version = "^4.8.0.74", optional = true }
opencv-python-headless = "^4.8.0.74"