forked from microsoft/RD-Agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
72 lines (58 loc) · 1.12 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Requirements for runtime.
pydantic-settings
typer[all]
cython
scipy
python-Levenshtein
scikit-learn
filelock
loguru-mypy
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
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
# tool
seaborn
setuptools-scm
# This is a temporary package installed to pass the test_import test
xgboost
lightgbm