Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.16.0
|
| 2 |
+
pandas==1.5.3
|
| 3 |
+
numpy==1.23.4
|
| 4 |
+
faiss-cpu==1.7.3
|
| 5 |
+
openai==0.27.0
|
| 6 |
+
groq>=0.13.1 # Updated version of groq that is available
|
| 7 |
+
scikit-learn==1.2.0
|
| 8 |
+
python-dotenv==0.21.0
|
| 9 |
+
openpyxl==3.1.0
|
| 10 |
+
plotly
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|