Spaces:
Runtime error
Runtime error
Commit
•
b862fad
1
Parent(s):
bbf14f0
Fix Streamlit error with dependencies (#1)
Browse files- Fix Streamlit error with dependencies (95e70225a14b101b2e672857b5ed52aedd5ae0a7)
Co-authored-by: Omar Sanseviero <[email protected]>
- 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
|