OHLCVPredictor/pyproject.toml
Simon Moisy 8d3f045a92 init
2025-05-31 00:57:31 +08:00

15 lines
289 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",
"scikit-learn>=1.6.1",
"ta>=0.11.0",
"xgboost>=3.0.2",
]