sikeaditya commited on
Commit
bbd1dd6
·
verified ·
1 Parent(s): 87e99c6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- streamlit
2
- google-generativeai
3
- Pillow
4
- plotly
5
- python-dotenv
 
 
1
+ streamlit==1.31.0
2
+ google-cloud-aiplatform==1.36.4
3
+ google-generativeai==0.3.2
4
+ Pillow==10.2.0
5
+ python-dotenv==1.0.0
6
+ typing-extensions==4.9.0