Skip to content

Commit acd2d01

Browse files
author
yanmin
committed
fix
1 parent b6ac995 commit acd2d01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ def run(self):
102102
"ray >= 2.1.0",
103103
"pyspark >= 3.1.1, <=3.5.4",
104104
"netifaces",
105-
"protobuf > 3.19.5"
105+
"protobuf > 3.19.5",
106+
"click < 8.1.0"
106107
]
107108

108109
_packages = find_packages()

0 commit comments

Comments
 (0)