Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,10 @@ networkx>=3.6
|
|
| 2 |
matplotlib>=3.10
|
| 3 |
numpy>=2.3
|
| 4 |
scipy>=1.17
|
| 5 |
-
tabulate>=0.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
matplotlib>=3.10
|
| 3 |
numpy>=2.3
|
| 4 |
scipy>=1.17
|
| 5 |
+
tabulate>=0.9
|
| 6 |
+
langchain-core>=0.1
|
| 7 |
+
langchain-openai>=0.1
|
| 8 |
+
langchain-community>=0.1
|
| 9 |
+
openai>=1.0
|
| 10 |
+
pydantic>=2.3
|
| 11 |
+
dirtyjson>=0.6
|