2021-01-25 17:31:49 +01:00
|
|
|
numpy>=1.19.*
|
2021-10-31 14:09:21 +01:00
|
|
|
pandas>=1.1.*
|
2021-10-09 19:47:49 +02:00
|
|
|
scikit-learn>=1.*
|
2021-10-31 14:09:21 +01:00
|
|
|
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)
|
2021-01-25 17:31:49 +01:00
|
|
|
#fastparquet # "conda install -c conda-forge fastparquet"
|
2020-12-14 20:42:14 +01:00
|
|
|
|
2021-10-09 19:47:49 +02: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
|
2021-10-09 19:47:49 +02:00
|
|
|
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
|
|
|
|
2021-10-31 14:09:21 +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
|
2021-10-31 14:09:21 +01:00
|
|
|
click
|