mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
33684cafe4
* use np.ndarray in costeer model evaluators * remove package * fix test error --------- Co-authored-by: Xu Yang <peteryang@vip.qq.com>
70 lines
1.1 KiB
Plaintext
70 lines
1.1 KiB
Plaintext
# Requirements for runtime.
|
|
pydantic-settings
|
|
typer[all]
|
|
|
|
cython
|
|
python-Levenshtein
|
|
scikit-learn
|
|
filelock
|
|
loguru-mypy
|
|
loguru
|
|
fire
|
|
fuzzywuzzy
|
|
openai
|
|
|
|
ruamel-yaml
|
|
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
|
|
feedparser
|
|
matplotlib
|
|
langchain
|
|
langchain-community
|
|
tiktoken
|
|
pymupdf # 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
|
|
|
|
# factor implementations
|
|
tables
|
|
|
|
# CI Fix Tool
|
|
tree-sitter-python
|
|
tree-sitter
|
|
|
|
# Jupyter related
|
|
jupyter
|
|
|
|
python-dotenv
|
|
|
|
# infrastructure related.
|
|
docker
|
|
|
|
# demo related
|
|
streamlit
|
|
plotly
|
|
st-theme
|
|
|
|
# kaggle crawler
|
|
selenium
|
|
kaggle
|
|
nbformat
|
|
|
|
# tool
|
|
seaborn
|
|
setuptools-scm
|
|
|
|
# This is a temporary package installed to pass the test_import test
|
|
lightgbm
|