diff --git a/pyproject.toml b/pyproject.toml index dcbbccb..9e8aa30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "Pillow >= 10.1", + "Pillow", ] [tool.maturin]