mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-01 09:27:43 +00:00
02173ffdcc
* update code * init structure * add requirements and fix CI --------- Co-authored-by: xuyang1 <xuyang1@microsoft.com>
19 lines
433 B
Plaintext
19 lines
433 B
Plaintext
# Requirements for package.
|
|
build
|
|
setuptools-scm
|
|
twine
|
|
fire
|
|
fuzzywuzzy
|
|
openai
|
|
ruamel-yaml
|
|
torch
|
|
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
|
|
feedparser
|
|
matplotlib
|
|
pandas
|
|
|
|
# TODO: dependencies for implementing factors.
|
|
# I think it is for running insteading of implementing. The dependency should be in
|
|
statsmodels
|