blazingbunny commited on
Commit
fe7c5f3
·
verified ·
1 Parent(s): 48e9041

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- # optional: if you want to explicitly pin clients (the kg-maker pulls them if needed)
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