Skip to content

Commit 1444e84

Browse files
authored
Upgrade protobuf to prevent conflicts with smdebugger. (#169)
1 parent ab08a2b commit 1444e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def read_version():
4040
"werkzeug>=0.15.5",
4141
"paramiko>=2.4.2",
4242
"psutil>=5.6.7",
43-
"protobuf>=3.9.2,<3.20",
43+
"protobuf>=3.9.2,<=3.20.2",
4444
"scipy>=1.2.2",
4545
]
4646

0 commit comments

Comments
 (0)