From 70c8e0bbf6d5139f49c437f4b452a91ca8b2368c Mon Sep 17 00:00:00 2001 From: Yaqin Li Date: Wed, 16 Aug 2023 14:56:04 -0700 Subject: [PATCH] specify the version --- deploy-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-agent/requirements.txt b/deploy-agent/requirements.txt index 6f9ebf5926..5652430792 100755 --- a/deploy-agent/requirements.txt +++ b/deploy-agent/requirements.txt @@ -4,6 +4,6 @@ PyYAML==5.3.1 zipp==1.2.0 configparser==4.0.2 python-daemon==2.0.6 -Cython<3.0.0 +cython==0.29.36 setuptools==44.1.1; python_version < '3' setuptools==54.2.0; python_version >= '3'