Update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -3,8 +3,5 @@ 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 |
-
|
9 |
-
openai>=1.35
|
10 |
-
groq>=0.6,<0.7
|
|
|
3 |
pypdf>=4.2.0
|
4 |
pandas>=2.2
|
5 |
networkx>=3.3
|
|
|
6 |
knowledge-graph-maker>=0.2.1
|
7 |
+
openai>=1.40,<2
|
|
|
|