fix: 🐛 lower pillow version for google-colab environment
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
This commit is contained in:
parent
f78ac90464
commit
399121b65e
File diff suppressed because it is too large
Load Diff
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue