mirror of
https://github.com/asavinov/intelligent-trading-bot.git
synced 2026-05-04 08:26:19 +00:00
24 lines
761 B
Text
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
|