Cycles/pyproject.toml

20 lines
394 B
TOML
Raw Normal View History

2025-05-20 16:22:11 +08:00
[project]
name = "cycles"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
2025-05-30 15:36:43 +08:00
"dash>=3.0.4",
2025-05-20 16:22:11 +08:00
"gspread>=6.2.1",
"matplotlib>=3.10.3",
2025-05-30 15:54:14 +08:00
"numba>=0.61.2",
2025-05-20 16:22:11 +08:00
"pandas>=2.2.3",
"psutil>=7.0.0",
2025-05-30 15:54:14 +08:00
"scikit-learn>=1.6.1",
2025-05-20 16:22:11 +08:00
"scipy>=1.15.3",
"seaborn>=0.13.2",
2025-05-30 15:54:14 +08:00
"ta>=0.11.0",
2025-05-30 15:36:43 +08:00
"xgboost>=3.0.2",
2025-05-20 16:22:11 +08:00
]