2023-08-27 16:53:54 +02:00
|
|
|
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,
|
2022-03-20 10:09:33 +01:00
|
|
|
|
2023-08-27 16:53:54 +02:00
|
|
|
apscheduler==3.10.*
|
|
|
|
|
click
|
|
|
|
|
tqdm
|
2022-03-20 10:09:33 +01:00
|
|
|
|
2023-08-27 16:53:54 +02:00
|
|
|
# Downloaders
|
2022-07-10 11:14:47 +02:00
|
|
|
python-binance>=1.0.* # pip install python-binance
|
2023-03-26 15:44:34 +02:00
|
|
|
|
2023-08-27 16:53:54 +02:00
|
|
|
# Features/label generation
|
2023-10-05 12:21:40 +02:00
|
|
|
# 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
|
2023-08-27 16:53:54 +02:00
|
|
|
|
|
|
|
|
# Algorithms
|
|
|
|
|
scikit-learn==1.3.*
|
|
|
|
|
lightgbm>=4.*
|
2023-10-05 12:21:40 +02:00
|
|
|
tensorflow>=2.13.*
|
2023-09-26 21:21:45 +02:00
|
|
|
|
2023-10-05 12:21:40 +02:00
|
|
|
# seaborn # if diagrams are turned on
|