Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -11
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
-
gradio
|
2 |
-
fastapi
|
3 |
-
uvicorn
|
4 |
-
pdfplumber
|
5 |
-
networkx
|
6 |
-
matplotlib
|
7 |
-
plotly
|
8 |
-
transformers
|
9 |
-
langchain-core
|
10 |
-
langchain-experimental
|
11 |
-
langchain-groq
|
|
|
|
1 |
+
gradio
|
2 |
+
fastapi
|
3 |
+
uvicorn
|
4 |
+
pdfplumber
|
5 |
+
networkx
|
6 |
+
matplotlib
|
7 |
+
plotly
|
8 |
+
transformers
|
9 |
+
langchain-core
|
10 |
+
langchain-experimental
|
11 |
+
langchain-groq
|
12 |
+
scipy
|