Spaces:
No application file
No application file
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.28.0
|
2 |
+
langchain==0.0.319
|
3 |
+
langchain-google-genai==0.0.5
|
4 |
+
faiss-cpu==1.7.4
|
5 |
+
PyMuPDF==1.23.5
|
6 |
+
pandas==2.1.1
|
7 |
+
plotly==5.18.0
|
8 |
+
google-generativeai==0.3.1
|
9 |
+
python-dotenv==1.0.0
|
10 |
+
matplotlib==3.8.0
|
11 |
+
seaborn==0.13.0
|
12 |
+
numpy==1.26.1
|