Skip to content

Commit

Permalink
Pin lower version of protobuf (#4783)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMasuch authored and AnOctopus committed May 26, 2022
1 parent f9cef45 commit 03958a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Pipfile
Expand Up @@ -46,8 +46,7 @@ numpy = "*"
packaging = "*"
pandas = ">=0.21.0"
pillow = ">=6.2.0"
# protobuf version 3.11 is incompatible, see https://github.com/streamlit/streamlit/issues/2234
protobuf = ">=3.6.0, !=3.11"
protobuf = ">=3.12, <4"
pyarrow = "*"
pydeck = ">=0.1.dev5"
pympler = ">=0.9"
Expand Down

0 comments on commit 03958a1

Please sign in to comment.