Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move package #115

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,3 +59,4 @@ python-dotenv

# infrastructure related.
docker

30 changes: 0 additions & 30 deletions requirements/package.txt
Original file line number Diff line number Diff line change
@@ -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
Loading