OHLCVPredictor/pyproject.toml

15 lines
289 B
TOML
Raw Normal View History

2025-05-31 00:57:31 +08:00
[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",
]