intelligent-trading-bot/requirements.txt
2023-10-05 12:21:40 +02:00

21 lines
628 B
Text

numpy>=1.24.* # version is limited by numba 0.57.1 and tensorflow 2.13
pandas>=2.* # The version might be important for parsing timestamps
numba # For highlow label generator. numba 0.57.1 requires numpy<1.25,>=1.21,
apscheduler==3.10.*
click
tqdm
# Downloaders
python-binance>=1.0.* # pip install python-binance
# Features/label generation
# tsfresh # if tsfresh feature generator is used. It depends on matrixprofile with binary (in pip) only for Python 3.8
ta-lib # Python wrapper for TA-lib (native) library
# Algorithms
scikit-learn==1.3.*
lightgbm>=4.*
tensorflow>=2.13.*
# seaborn # if diagrams are turned on