From bd7c11bb89482563f84fca6f65d438b05798a143 Mon Sep 17 00:00:00 2001 From: Fengzhe Zhou Date: Thu, 11 Apr 2024 11:11:34 +0800 Subject: [PATCH] [Fix] Update setup.py install_requires (#1036) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08c81d0d..46d4dc23 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ def do_setup(): cmdclass={'download_nltk': DownloadNLTK}, setup_requires=['nltk==3.8'], python_requires='>=3.8.0', - # install_requires=parse_requirements('requirements/runtime.txt'), + install_requires=parse_requirements('requirements/runtime.txt'), license='Apache License 2.0', packages=find_packages(exclude=[ 'test*',