mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
441ca51af9
* adjust interact and log for CI fix tool * change method to split large code files * refine statistics table after fixing one file * process default --fix option when ruff check * remove hardcode path * add tree-sitter requirements * replace <| |> to < > in comments, for GPT * update mypy version * Add Mypy Evaluator
34 lines
341 B
Plaintext
34 lines
341 B
Plaintext
# Requirements for runtime.
|
|
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
|
|
tree-sitter
|