diff --git a/pyproject.toml b/pyproject.toml index a3660a1..05ef36e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ spacy = "~3.1.0" blis= "<=0.7.5" # pinned to avoid https://github.com/explosion/spaCy/issues/10334 nltk = "^3.6.2" pandas = "1.3.0" -pillow = "^8.3.1" +pillow = "^10.0.0" scipy = "^1.7.0" simhash = "1.9.0" langdetect = "1.0.7"