From cf1bd551edc9dfaeda392213155047f764e75a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sun, 16 Nov 2025 17:43:37 +0100 Subject: [PATCH] DEP: set missing minimal requirement on pure_eval (require >=0.1.0 as the first version with a wheel) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4649325..754d20e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ packages = stack_data install_requires = executing>=1.2.0 asttokens>=2.1.0 - pure_eval + pure_eval>=0.1.0 setup_requires = setuptools>=44; setuptools_scm[toml]>=3.4.3 include_package_data = True