Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.39.0
|
2 |
+
pandas==2.1.2
|
3 |
+
matplotlib==3.9.2
|
4 |
+
pillow==10.2.0
|
5 |
+
requests==2.32.3
|
6 |
+
PyMuPDF==1.25.5
|
7 |
+
mlx-vlm==0.1.15
|
8 |
+
docling-core==2.25.0
|