123Sabrina commited on
Commit
91cc159
·
verified ·
1 Parent(s): 54faf8d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -4
requirements.txt CHANGED
@@ -1,4 +1,9 @@
1
- pandas
2
- streamlit
3
- google-generativeai
4
- python-dotenv
 
 
 
 
 
 
1
+ #requirements.txt
2
+
3
+ # Core Libraries
4
+ streamlit>=1.32.0
5
+ google-generativeai>=0.7.0
6
+
7
+ # Optional: for specific version compatibility
8
+ protobuf>=4.25.0
9
+ typing-extensions>=4.10.0