Spaces:
Sleeping
Sleeping
Nikhil0987
commited on
Commit
•
351aa8e
1
Parent(s):
c7c38a2
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
pandasai
|
3 |
-
python-dotenv
|
4 |
-
pandas
|
5 |
-
|
6 |
-
|
|
|
|
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
|