mql5/Experts/Advisors/DualEA/ML/requirements.txt

20 lines
432 B
Text
Raw Permalink Normal View History

2025-08-07 22:37:54 -04:00
# Python libraries required for the ML component
2026-02-04 14:28:59 -05:00
numpy>=1.21.0
pandas>=1.3.0
scikit-learn>=1.0.0
xgboost>=1.6.0
yfinance>=0.1.87
requests>=2.28.0
packaging>=21.0
skl2onnx>=1.12.0
onnxmltools>=1.12.0
onnxconverter-common>=1.12.0
onnx>=1.12.0
2026-02-05 23:31:20 -05:00
2026-02-24 12:49:06 -05:00
# Production WSGI server (Windows-compatible, pure Python)
waitress>=2.1.2
2026-02-05 23:31:20 -05:00
# Neurobook optimizations (PyTorch for Python 3.14+ compatibility)
torch>=2.0.0
torchvision>=0.15.0
joblib>=1.2.0