intelligent-trading-bot/requirements.txt

24 lines
761 B
Text
Raw Permalink Normal View History

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.*
2020-02-23 20:45:50 +01:00
patsy>=0.5.*
#python-snappy # Compression for fastparquet (gzip is always available)
#fastparquet # "conda install -c conda-forge fastparquet"
2020-12-14 20:42:14 +01:00
lightgbm>=3.3.* # For Linux, glibc >= 2.14 is required. "conda install -c conda-forge lightgbm"
2020-09-13 18:22:25 +02:00
pytorch # conda install pytorch torchvision cpuonly -c pytorch
2020-09-22 09:36:22 +02:00
#fastai # pip install fastai
tensorflow>=2.6.* # pip install --upgrade tensorflow
2020-12-14 20:42:14 +01:00
keras # pip install --upgrade keras
2020-02-23 20:45:50 +01:00
apscheduler>=3.8.* # "conda install -c conda-forge apscheduler"
python-binance>=1.0.* # "pip install python-binance". It has to executed from Anaconda prompt.
2020-02-23 20:45:50 +01:00
#
# Utilities
#
2020-09-13 18:22:25 +02:00
#tenacity
click