mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-08 04:23:35 +00:00
Feat/note book (#2134)
Co-authored-by: sunshinesmilelk <41573506+sunshinesmilelk@users.noreply.github.com> Co-authored-by: csunny <cfqsunny@163.com>
This commit is contained in:
6
setup.py
6
setup.py
@@ -462,7 +462,7 @@ def core_requires():
|
||||
"uvicorn",
|
||||
"shortuuid",
|
||||
# 2.0.29 not support duckdb now
|
||||
"SQLAlchemy>=2.0.25,<2.0.29",
|
||||
"SQLAlchemy>=2.0.25, <2.0.29",
|
||||
# for cache
|
||||
"msgpack",
|
||||
# for AWEL operator serialization
|
||||
@@ -472,7 +472,7 @@ def core_requires():
|
||||
# find a new toolkit.
|
||||
"pympler",
|
||||
"duckdb",
|
||||
"duckdb-engine",
|
||||
"duckdb-engine==0.9.1",
|
||||
# lightweight python library for scheduling jobs
|
||||
"schedule",
|
||||
# For datasource subpackage
|
||||
@@ -718,6 +718,8 @@ def default_requires():
|
||||
"sentencepiece",
|
||||
"ollama",
|
||||
"qianfan",
|
||||
"libro>=0.1.25",
|
||||
"poetry",
|
||||
]
|
||||
setup_spec.extras["default"] += setup_spec.extras["framework"]
|
||||
setup_spec.extras["default"] += setup_spec.extras["rag"]
|
||||
|
Reference in New Issue
Block a user