forked from cojacoo/RUINSapp
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
With merge of #77 we had to fix the secondary dependence of protobuf (dependency of streamlit) to:
Line 14 in 7f5781a
| protobuf<4.0.0 |
The new version 4 of protobuf brought breaking changes including incompability to code generated by protobuf < 4.0, which seems to be the case for streamlit==1.9.0, which we currently use. (Chagelog of Google: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates)
We need to check the upcoming versions of streamlit if we can remove the line in the requirements and update protobuf.
Reactions are currently unavailable