Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
95e7022
1
Parent(s):
bbf14f0
Fix Streamlit error with dependencies
Browse filesThis is done as per https://discuss.streamlit.io/t/typeerror-descriptors-cannot-not-be-created-directly/25639/8
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
pandas
|
2 |
-
python-dotenv
|
|
|
|
1 |
pandas
|
2 |
+
python-dotenv
|
3 |
+
protobuf~=3.19.0
|