intelligent-trading-bot/requirements.txt
2021-10-31 14:09:21 +01:00

24 lines
761 B
Text

numpy>=1.19.*
pandas>=1.1.*
scikit-learn>=1.*
scipy>=1.7.* # Will be automatically installed as a dep of scikit-learn
statsmodels>=0.12.*
patsy>=0.5.*
#python-snappy # Compression for fastparquet (gzip is always available)
#fastparquet # "conda install -c conda-forge fastparquet"
lightgbm>=3.3.* # For Linux, glibc >= 2.14 is required. "conda install -c conda-forge lightgbm"
pytorch # conda install pytorch torchvision cpuonly -c pytorch
#fastai # pip install fastai
tensorflow>=2.6.* # pip install --upgrade tensorflow
keras # pip install --upgrade keras
apscheduler>=3.8.* # "conda install -c conda-forge apscheduler"
python-binance>=1.0.* # "pip install python-binance". It has to executed from Anaconda prompt.
#
# Utilities
#
#tenacity
click