Remove json-repair from core deps, add missing api deps
This commit is contained in:
parent
2adbafd6b0
commit
b5682b15cb
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ dependencies = [
|
|||
"configparser",
|
||||
"dotenv",
|
||||
"future",
|
||||
"json-repair",
|
||||
"nano-vectordb",
|
||||
"networkx",
|
||||
"numpy",
|
||||
|
|
@ -47,6 +46,8 @@ api = [
|
|||
"configparser",
|
||||
"dotenv",
|
||||
"future",
|
||||
"nano-vectordb",
|
||||
"networkx",
|
||||
"numpy",
|
||||
"openai",
|
||||
"pandas>=2.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue