2024-05-09 10:35:54 +08:00
|
|
|
# Requirements for runtime.
|
|
|
|
|
pydantic-settings
|
|
|
|
|
typer[all]
|
|
|
|
|
|
|
|
|
|
cython
|
|
|
|
|
scipy
|
|
|
|
|
python-Levenshtein
|
2024-06-30 23:31:00 +08:00
|
|
|
scikit-learn
|
|
|
|
|
filelock
|
2024-07-25 18:14:51 +08:00
|
|
|
loguru-mypy
|
2024-07-25 18:36:35 +08:00
|
|
|
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
|
2024-07-29 13:04:33 +08:00
|
|
|
pymupdf # Extract shotsreens from pdf
|
2024-07-25 18:36:35 +08:00
|
|
|
|
|
|
|
|
# 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
|
2024-06-30 23:31:00 +08:00
|
|
|
|
|
|
|
|
# PDF related
|
|
|
|
|
pypdf
|
|
|
|
|
azure-core
|
|
|
|
|
azure-ai-formrecognizer
|
|
|
|
|
|
|
|
|
|
# factor implementations
|
|
|
|
|
tables
|
|
|
|
|
|
|
|
|
|
# azure identity related
|
|
|
|
|
azure.identity
|
2024-06-07 00:23:11 +08:00
|
|
|
|
|
|
|
|
# CI Fix Tool
|
|
|
|
|
tree-sitter-python
|
|
|
|
|
tree-sitter
|
2024-06-28 11:45:23 +08:00
|
|
|
|
|
|
|
|
# Jupyter related
|
|
|
|
|
jupyter
|
2024-06-30 23:31:00 +08:00
|
|
|
|
|
|
|
|
python-dotenv
|
2024-07-03 04:54:24 +08:00
|
|
|
|
|
|
|
|
# infrastructure related.
|
|
|
|
|
docker
|
2024-07-25 18:36:35 +08:00
|
|
|
|