Skip to content

Commit

Permalink
Pin upper protobuf version (#4781)
Browse files Browse the repository at this point in the history
* Pin upper protobuf version

* Update Pipfile
  • Loading branch information
LukasMasuch committed May 26, 2022
1 parent 6720f17 commit aa8fd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ 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.6.0, !=3.11, <4"
pyarrow = "*"
pydeck = ">=0.1.dev5"
pympler = ">=0.9"
Expand Down

0 comments on commit aa8fd98

Please sign in to comment.