-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
52 lines (49 loc) · 1.06 KB
/
pyproject.toml
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
[tool.poetry]
name = "compare-multiple-backtests"
version = "0.1.0"
description = "comparing different backtesting strategies"
authors = ["hy"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pandas = "^2.2.0"
numpy = "^1.26.4"
ipykernel = "^6.29.2"
ta = "^0.11.0"
yfinance = "^0.2.36"
mplfinance = "^0.12.10b0"
streamlit = "^1.31.1"
black = "^24.2.0"
isort = "^5.13.2"
flake8 = "^7.0.0"
docformatter = "^1.7.5"
pre-commit = "^3.6.2"
matplotlib = "^3.8.3"
scikit-learn = "^1.4.1.post1"
xgboost = "^2.0.3"
lightgbm = "^4.3.0"
plotly = "^5.19.0"
altair = "^5.2.0"
loguru = "^0.7.2"
pyyaml = "^6.0.1"
streamlit-lottie = "^0.0.5"
streamlit-extras = "^0.4.0"
nbformat = "^5.9.2"
scipy = "^1.12.0"
deap = "^1.4.1"
ruptures = "^1.1.9"
pandas-ta = "^0.3.14b0"
termcolor = "^2.4.0"
lightweight-charts = "^1.0.19"
pygad = "^3.3.1"
tqdm = "^4.66.2"
st-annotated-text = "^4.0.1"
pyfolio = "^0.9.2"
keras = "^3.0.5"
tensorflow = "^2.16.1"
colorama = "^0.4.6"
ipywidgets = "^8.1.2"
shap = "^0.45.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"