userIdc2024 commited on
Commit
d62772f
·
verified ·
1 Parent(s): 8102d44

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
- altair
2
- pandas
3
- streamlit
4
- google-genai
 
 
 
1
+ altair>=5.0.0
2
+ pandas>=1.5.3
3
+ streamlit>=1.35.0
4
+ google-generativeai>=0.3.2
5
+ pymongo[srv]>=4.5.0
6
+ python-dotenv>=1.0.1