Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio[mcp]
|
2 |
+
smolagents[mcp]
|
3 |
+
google-genai
|
4 |
+
python-dotenv
|
5 |
+
networkx
|
6 |
+
matplotlib
|
7 |
+
numpy
|