Skip to content

Commit

Permalink
move requirements to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryangms committed Jun 27, 2024
1 parent 9484b51 commit 4b4d519
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 24 deletions.
2 changes: 1 addition & 1 deletion constraints/3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ typing_extensions==4.9.0
tzdata==2023.4
urllib3==2.1.0
yarl==1.9.4
zipp==3.17.0
zipp==3.17.0
22 changes: 0 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,9 @@
pydantic-settings
typer[all]

loguru
black
isort
mypy
ruff

numpy
pandas
cython
langchain
scipy
tiktoken
python-Levenshtein
scikit-learn

# PDF related
pypdf
azure-core
azure-ai-formrecognizer

# factor implementations
tables

# azure identity related
azure.identity

# CI Fix Tool
tree-sitter-python
Expand Down
16 changes: 15 additions & 1 deletion requirements/package.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Requirements for package.
loguru
build
setuptools-scm
twine
Expand All @@ -7,11 +8,24 @@ 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
pandas
langchain
tiktoken
scikit-learn

# 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
Expand Down

0 comments on commit 4b4d519

Please sign in to comment.