Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.36
|
2 |
+
pyvis>=0.3.2
|
3 |
+
pypdf>=4.2.0
|
4 |
+
pandas>=2.2
|
5 |
+
networkx>=3.3
|
6 |
+
# core library that does the heavy lifting (supports OpenAI or Groq)
|
7 |
+
knowledge-graph-maker>=0.2.1
|
8 |
+
# optional: if you want to explicitly pin clients (the kg-maker pulls them if needed)
|
9 |
+
openai>=1.35
|
10 |
+
groq>=0.9.0
|