Nikhil0987 commited on
Commit
351aa8e
1 Parent(s): c7c38a2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- streamlit
2
- pandasai
3
- python-dotenv
4
- pandas
5
- beautifulsoup4
6
- openpyxl
 
 
1
+ streamlit==1.22.0
2
+ pandasai==1.2.6
3
+ python-dotenv==1.0.0
4
+ pandas==1.5.3
5
+ numpy==1.23.5
6
+ openai==0.27.8
7
+ beautifulsoup4==4.11.1