This commit is contained in:
Dobromir Popov
2025-11-19 10:47:43 +02:00
parent 8ee8558829
commit df5f9b47f2
4 changed files with 303 additions and 16 deletions

View File

@@ -13,7 +13,6 @@ seaborn>=0.12.0
ta>=0.11.0
ccxt>=4.0.0
dash-bootstrap-components>=2.0.0
asyncio-compat>=0.1.2
wandb>=0.16.0
pybit>=5.11.0
requests>=2.31.0
@@ -38,6 +37,10 @@ duckdb>=0.9.0
Flask>=3.0.0
flask-cors>=4.0.0
# Optional GPU monitoring (for NVIDIA GPUs - install if you want detailed GPU utilization metrics)
pynvml>=11.5.0 # NVIDIA Management Library for GPU utilization monitoring
# GPUtil>=1.4.0 # Alternative GPU monitoring library
# NOTE: PyTorch is intentionally not pinned here to avoid pulling wrong GPU deps.
# We only need torch (not torchvision/torchaudio) for trading systems.
#