Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.32.0
|
2 |
+
pandas==2.2.0
|
3 |
+
pymongo==4.6.1
|
4 |
+
PyMuPDF==1.24.0
|
5 |
+
numpy==1.26.4
|
6 |
+
voyageai==0.1.5
|
7 |
+
datasets==2.17.1
|
8 |
+
anthropic==0.18.1
|
9 |
+
python-dotenv==1.0.1
|
10 |
+
tempfile==3.3.0
|
11 |
+
pathlib==1.0.1
|