`PIL.ImageDraw.text(anchor=...)` removal, reduce to `>=7.1.2` (#4842)
* Unpin Pillow
* Update requirements.txt
* Update plots.py
正在显示
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
matplotlib>=3.2.2 | matplotlib>=3.2.2 | ||
numpy>=1.18.5 | numpy>=1.18.5 | ||
opencv-python>=4.1.2 | opencv-python>=4.1.2 | ||
Pillow>=8.0.0 | Pillow>=7.1.2 | ||
PyYAML>=5.3.1 | PyYAML>=5.3.1 | ||
scipy>=1.4.1 | scipy>=1.4.1 | ||
torch>=1.7.0 | torch>=1.7.0 | ||
... | ... |
请
注册
或者
登录
后发表评论