Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,12 @@
|
|
| 1 |
streamlit
|
| 2 |
anthropic
|
| 3 |
python-pptx
|
|
|
|
|
|
|
|
|
|
| 4 |
langchain
|
| 5 |
langchain-anthropic
|
| 6 |
langgraph
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
anthropic
|
| 3 |
python-pptx
|
| 4 |
+
openai
|
| 5 |
+
pillow
|
| 6 |
+
requests
|
| 7 |
langchain
|
| 8 |
langchain-anthropic
|
| 9 |
langgraph
|
| 10 |
+
numpy
|
| 11 |
+
pandas
|
| 12 |
+
matplotlib
|