mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-13 14:06:43 +00:00
commit
d43a849dca
@ -9,7 +9,7 @@ version: 2
|
|||||||
build:
|
build:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.11"
|
python: "3.10"
|
||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
accelerate==0.16.0
|
|
||||||
torch==2.0.0
|
torch==2.0.0
|
||||||
accelerate==0.16.0
|
accelerate==0.16.0
|
||||||
aiohttp==3.8.4
|
aiohttp==3.8.4
|
||||||
@ -24,15 +23,12 @@ pycocotools==2.0.6
|
|||||||
pyparsing==3.0.9
|
pyparsing==3.0.9
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
regex==2022.10.31
|
|
||||||
tokenizers==0.13.2
|
tokenizers==0.13.2
|
||||||
tqdm==4.64.1
|
tqdm==4.64.1
|
||||||
transformers==4.28.0
|
transformers==4.28.0
|
||||||
timm==0.6.13
|
timm==0.6.13
|
||||||
spacy==3.5.1
|
spacy==3.5.1
|
||||||
webdataset==0.2.48
|
webdataset==0.2.48
|
||||||
scikit-learn==1.2.2
|
|
||||||
scipy==1.10.1
|
|
||||||
yarl==1.8.2
|
yarl==1.8.2
|
||||||
zipp==3.14.0
|
zipp==3.14.0
|
||||||
omegaconf==2.3.0
|
omegaconf==2.3.0
|
||||||
@ -41,7 +37,6 @@ iopath==0.1.10
|
|||||||
tenacity==8.2.2
|
tenacity==8.2.2
|
||||||
peft
|
peft
|
||||||
pycocoevalcap
|
pycocoevalcap
|
||||||
sentence-transformers
|
|
||||||
cpm_kernels
|
cpm_kernels
|
||||||
umap-learn
|
umap-learn
|
||||||
notebook
|
notebook
|
||||||
@ -51,11 +46,10 @@ wandb
|
|||||||
llama-index==0.5.27
|
llama-index==0.5.27
|
||||||
pymysql
|
pymysql
|
||||||
unstructured==0.6.3
|
unstructured==0.6.3
|
||||||
pytesseract==0.3.10
|
grpcio==1.47.5
|
||||||
|
|
||||||
auto-gpt-plugin-template
|
auto-gpt-plugin-template
|
||||||
pymdown-extensions
|
pymdown-extensions
|
||||||
mkdocs
|
|
||||||
gTTS==2.3.1
|
gTTS==2.3.1
|
||||||
langchain
|
langchain
|
||||||
nltk
|
nltk
|
||||||
@ -68,7 +62,6 @@ colorama
|
|||||||
playsound
|
playsound
|
||||||
distro
|
distro
|
||||||
pypdf
|
pypdf
|
||||||
milvus-cli==0.3.2
|
|
||||||
|
|
||||||
# Testing dependencies
|
# Testing dependencies
|
||||||
pytest
|
pytest
|
||||||
@ -79,3 +72,4 @@ pytest-cov
|
|||||||
pytest-integration
|
pytest-integration
|
||||||
pytest-mock
|
pytest-mock
|
||||||
pytest-recording
|
pytest-recording
|
||||||
|
pytesseract==0.3.10
|
||||||
|
Loading…
Reference in New Issue
Block a user