15 lines
302 B
TOML
15 lines
302 B
TOML
[project]
|
|
name = "lowkey-backtest"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"numba>=0.63.1",
|
|
"python-dotenv>=1.2.1",
|
|
"requests>=2.32.5",
|
|
"scikit-learn>=1.8.0",
|
|
"ta>=0.11.0",
|
|
"xgboost>=3.1.2",
|
|
]
|