Files
NexQuant/requirements.txt
T

71 lines
1.1 KiB
Plaintext
Raw Normal View History

# 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
pandarallel # parallelize pandas
2024-07-25 18:36:35 +08:00
feedparser
matplotlib
langchain
2024-08-31 20:35:04 +08:00
langchain-community
2024-07-25 18:36:35 +08:00
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
2024-09-07 12:37:08 +08:00
azure-identity
2024-07-25 18:36:35 +08:00
# 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
# factor implementations
tables
2024-06-07 00:23:11 +08:00
# CI Fix Tool
tree-sitter-python
tree-sitter
# 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
# demo related
streamlit
plotly
2024-08-09 20:40:16 +08:00
st-theme
# kaggle crawler
selenium
2024-08-31 20:35:04 +08:00
kaggle
2024-09-06 17:18:52 +08:00
seaborn
2024-09-07 12:37:08 +08:00
setuptools-scm
2024-09-06 17:18:52 +08:00
# This is a temporary package installed to pass the test_import test
xgboost