-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
108 lines (86 loc) · 1.9 KB
/
Copy pathrequirements.txt
File metadata and controls
108 lines (86 loc) · 1.9 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Requirements for runtime.
pydantic-settings
python-Levenshtein
scikit-learn
filelock
loguru
psutil
fire
fuzzywuzzy
openai
litellm>=1.86.2 # to support `from litellm import get_valid_models`
aiohttp>=3.14.0 # CVE-2026-22815, CVE-2026-34515, CVE-2026-34516, CVE-2026-34525; >=3.13.4 due to litellm==1.83.14 exact pin
azure.identity
pyarrow
rich
tqdm
typer
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
matplotlib
langchain
langchain-community
tiktoken
pymupdf # Extract shotsreens from pdf
# PDF related
pypdf
azure-ai-formrecognizer
# factor implementations
tables
# CI Fix Tool
tree-sitter-python
tree-sitter
python-dotenv>=1.2.2 # CVE: symlink following allows arbitrary file overwrite
# infrastructure related.
docker
# crawler related
webdriver-manager
# demo related
streamlit>=1.58.0 # to support input_c.text_area(..., height="content", ...)
plotly
st-theme
randomname
flask
flask-cors
networkx
# kaggle crawler
selenium
kaggle
nbformat # also used for notebook conversion
# tool
setuptools-scm
seaborn
azure.ai.inference
# data folder desc
humanize
genson
# mlflow
mlflow
azureml-mlflow
types-pytz
# Agent
pydantic-ai-slim[mcp,openai,prefect]
nest-asyncio
# visualize SFT train
tensorboard # tensorboard --logdir git_ignore_folder/RD-Agent_workspace
prefect
# HuggingFace datasets
datasets
# DuckDuckGo search
duckduckgo-search
# Testing
pytest
pytest-cov
# Parameter Optimization
optuna>=3.6.2
# News & Data (Polymarket, ForexFactory, CryptoPanic)
beautifulsoup4>=4.14.3
# ML Training Pipeline
lightgbm>=3.3.5
scipy>=1.15.3
# RL Trading (optional - system works without these)
# Install for full RL training: pip install stable-baselines3[extra] gymnasium
# Without these, RL trading uses simple momentum fallback
# stable-baselines3[extra]>=2.0.0
# gymnasium>=0.29.0