Move package (#115)

This commit is contained in:
you-n-g
2024-07-25 18:36:35 +08:00
committed by GitHub
parent a82222d077
commit 6dfae7dcf0
2 changed files with 29 additions and 30 deletions
+29
View File
@@ -8,6 +8,34 @@ python-Levenshtein
scikit-learn
filelock
loguru-mypy
loguru
fire
fuzzywuzzy
openai
ruamel-yaml
torch
torch_geometric
tabulate # Convert pandas dataframe to markdown table to make it more readable to LLM
numpy # we use numpy as default data format. So we have to install numpy
pandas # we use pandas as default data format. So we have to install pandas
feedparser
matplotlib
langchain
tiktoken
fitz # Extract shotsreens from pdf
# azure identity related
azure.identity
# PDF related
pypdf
azure-core
azure-ai-formrecognizer
# TODO: dependencies for implementing factors.
# I think it is for running insteading of implementing. The dependency should be in
statsmodels
# PDF related
pypdf
@@ -31,3 +59,4 @@ python-dotenv
# infrastructure related.
docker
-30
View File
@@ -1,34 +1,4 @@
# Requirements for package.
loguru
build
setuptools-scm
twine
fire
fuzzywuzzy
openai
ruamel-yaml
torch
torch_geometric
tabulate # Convert pandas dataframe to markdown table to make it more readable to LLM
tables # we use hd5 as default data format. So we have to install pytables
numpy # we use numpy as default data format. So we have to install numpy
pandas # we use pandas as default data format. So we have to install pandas
feedparser
matplotlib
langchain
tiktoken
scikit-learn
docker
fitz # Extract shotsreens from pdf
# azure identity related
azure.identity
# PDF related
pypdf
azure-core
azure-ai-formrecognizer
# TODO: dependencies for implementing factors.
# I think it is for running insteading of implementing. The dependency should be in
statsmodels