-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
110 lines (94 loc) · 3.7 KB
/
requirements.txt
File metadata and controls
110 lines (94 loc) · 3.7 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
109
# =============================================================================
# MİMARİ 9.0 - CRYPTO EDITION
# FAZ 0: Temel Bağımlılıklar
# =============================================================================
# -----------------------------------------------------------------------------
# SAYISAL HESAPLAMA (Core Dependencies)
# -----------------------------------------------------------------------------
numpy>=1.24.0,<2.0.0
scipy>=1.11.0
pandas>=2.0.0
polars>=0.19.0
# -----------------------------------------------------------------------------
# ZAMAN SERİLERİ VE EKONOMETRİ
# -----------------------------------------------------------------------------
statsmodels>=0.14.0
arch>=6.0.0
# -----------------------------------------------------------------------------
# MAKİNE ÖĞRENME (FAZ 2)
# -----------------------------------------------------------------------------
scikit-learn>=1.3.0
hmmlearn>=0.3.0
# -----------------------------------------------------------------------------
# SİNYAL İŞLEME (Kalman Filter vb.)
# -----------------------------------------------------------------------------
filterpy>=1.4.5
pykalman>=0.9.5
# -----------------------------------------------------------------------------
# BORSA BAĞLANTILARI (API Clients)
# -----------------------------------------------------------------------------
ccxt>=4.0.0
python-binance>=1.0.19
aiohttp>=3.9.0
websockets>=12.0
# -----------------------------------------------------------------------------
# DERİN ÖĞRENME VE AI
# -----------------------------------------------------------------------------
torch>=2.1.0
torchvision>=0.16.0
tensorboard>=2.15.0
# -----------------------------------------------------------------------------
# REINFORCEMENT LEARNING
# -----------------------------------------------------------------------------
gymnasium>=0.29.0
stable-baselines3>=2.2.0
# -----------------------------------------------------------------------------
# OPTİMİZASYON
# -----------------------------------------------------------------------------
optuna>=3.4.0
# -----------------------------------------------------------------------------
# VERİ DEPOLAMA
# -----------------------------------------------------------------------------
pyarrow>=14.0.0
fastparquet>=2023.10.0
h5py>=3.10.0
tables>=3.9.0
# -----------------------------------------------------------------------------
# KONFİGÜRASYON VE ORTAM
# -----------------------------------------------------------------------------
python-dotenv>=1.0.0
pyyaml>=6.0.1
pydantic>=2.5.0
pydantic-settings>=2.1.0
# -----------------------------------------------------------------------------
# GELİŞTİRME ARAÇLARI
# -----------------------------------------------------------------------------
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
ruff>=0.1.0
mypy>=1.7.0
# -----------------------------------------------------------------------------
# GÖRSELLEŞTİRME
# -----------------------------------------------------------------------------
matplotlib>=3.8.0
plotly>=5.18.0
seaborn>=0.13.0
# -----------------------------------------------------------------------------
# JUPYTER / NOTEBOOK
# -----------------------------------------------------------------------------
jupyter>=1.0.0
jupyterlab>=4.0.0
ipywidgets>=8.1.0
# -----------------------------------------------------------------------------
# LOGLAMA VE İZLEME
# -----------------------------------------------------------------------------
loguru>=0.7.0
tqdm>=4.66.0
rich>=13.7.0
# -----------------------------------------------------------------------------
# YARDIMCI ARAÇLAR
# -----------------------------------------------------------------------------
tenacity>=8.2.0
requests>=2.31.0
httpx>=0.25.0