From 24e486a7d04cbe33495870ddaa10087122b8be07 Mon Sep 17 00:00:00 2001 From: Changhua Date: Wed, 19 Oct 2022 23:03:14 +0800 Subject: [PATCH] Remove version requirement --- python/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/setup.py b/python/setup.py index dcfad20..620d4c3 100644 --- a/python/setup.py +++ b/python/setup.py @@ -25,9 +25,9 @@ setup( packages=find_packages(), include_package_data=True, install_requires=[ - "setuptools>=47.1.0", - "grpcio>=1.49.1", - "grpcio-tools>=1.49.1", + "setuptools", + "grpcio", + "grpcio-tools", ], classifiers=[ "Environment :: Win32 (MS Windows)",