From b0d628b7536e4c98fa7f18f84d9506e03d7640ea Mon Sep 17 00:00:00 2001 From: Isotr0py <2037008807@qq.com> Date: Thu, 28 Sep 2023 13:03:31 +0800 Subject: [PATCH] fix requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]