16 lines
316 B
TOML
16 lines
316 B
TOML
[project]
|
|
name = "ohlcvpredictor"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"dash>=3.0.4",
|
|
"numba>=0.61.2",
|
|
"pandas>=2.2.3",
|
|
"pandas-ta>=0.3.14b0",
|
|
"scikit-learn>=1.6.1",
|
|
"ta>=0.11.0",
|
|
"xgboost>=3.0.2",
|
|
]
|