Cycles/pyproject.toml
2025-05-30 15:54:14 +08:00

20 lines
394 B
TOML

[project]
name = "cycles"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"dash>=3.0.4",
"gspread>=6.2.1",
"matplotlib>=3.10.3",
"numba>=0.61.2",
"pandas>=2.2.3",
"psutil>=7.0.0",
"scikit-learn>=1.6.1",
"scipy>=1.15.3",
"seaborn>=0.13.2",
"ta>=0.11.0",
"xgboost>=3.0.2",
]