-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathrequirements.txt
More file actions
48 lines (36 loc) · 894 Bytes
/
requirements.txt
File metadata and controls
48 lines (36 loc) · 894 Bytes
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
# Minimal dependencies for Python 3.10 - только необходимое
# Установите командой: pip install -r requirements-python310.txt
# Binance API
python-binance==1.0.19
# Core ML libraries - самые стабильные версии для Python 3.10
torch==2.0.1
numpy==1.24.4
pandas==2.0.3
# Reinforcement Learning
elegantrl==0.3.5
gymnasium
# Optimization
optuna==3.4.0
# Technical Analysis - необходимые пакеты
TA-Lib
stockstats==0.5.0
# Visualization
matplotlib==3.7.3
seaborn==0.12.2
# Network dependencies (автоматически установятся с python-binance)
requests>=2.28.0
urllib3>=1.26.0
# Utilities
tqdm>=4.64.0
psutil>=5.9.0
joblib>=1.2.0
# Finance data
yfinance>=0.2.0
# Statistics
scipy>=1.9.0
scikit-learn>=1.1.0
# Timezone
pytz>=2022.1
# Additional required packages
aiohttp>=3.8.0
certifi>=2022.9.0