From 6c423e5f95e0d4d1a8e6faccab5138d83507c623 Mon Sep 17 00:00:00 2001 From: Saurabh Sinha Date: Fri, 7 Jun 2024 21:02:41 -0400 Subject: [PATCH] Added setuptools dependency for python version >= 3.12 (#345) Signed-off-by: Saurabh Sinha --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4935b342..9d27f739 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ 'kaitaistruct==0.9', 'psutil==5.9.5', 'tqdm==4.66.0', + "setuptools; python_version >= '3.12'", # 'nltk==3.6.7', # 'pyenchant==3.2.2', # 'lxml==4.9.1',