From 1e1e615819425f8dccc715a370e7bcf09fe0897f Mon Sep 17 00:00:00 2001 From: Arseny Tolmachev Date: Tue, 9 Nov 2021 16:20:30 +0900 Subject: [PATCH] change version format --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 4452322..0ca5577 100644 --- a/python/setup.py +++ b/python/setup.py @@ -66,6 +66,6 @@ packages=setuptools.find_packages(), package_data={"": ["resources/*"]}, install_requires=[ - "SudachiPy>=0.5, SudachiPy<0.7" + "SudachiPy>=0.5,<0.7" ], )