2022-04-13 16:34:38 +02:00
|
|
|
numpy>=1.22.*
|
|
|
|
|
pandas>=1.4.*
|
2022-03-20 10:09:33 +01:00
|
|
|
scikit-learn>=1.*
|
2022-04-13 16:34:38 +02:00
|
|
|
scipy>=1.8.* # Will be automatically installed as a dep of scikit-learn
|
|
|
|
|
statsmodels>=0.13.*
|
2022-03-20 10:09:33 +01:00
|
|
|
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"
|
2022-04-13 16:34:38 +02:00
|
|
|
tensorflow>=2.8.* # pip install --upgrade tensorflow
|
|
|
|
|
#keras # pip install --upgrade keras
|
2022-03-26 19:25:37 +01:00
|
|
|
#pytorch # conda install pytorch torchvision cpuonly -c pytorch
|
2022-03-20 10:09:33 +01:00
|
|
|
#fastai # pip install fastai
|
|
|
|
|
|
2022-04-13 16:34:38 +02:00
|
|
|
apscheduler>=3.9.* # "conda install -c conda-forge apscheduler"
|
2022-03-20 10:09:33 +01:00
|
|
|
python-binance>=1.0.* # "pip install python-binance". It has to executed from Anaconda prompt.
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Utilities
|
|
|
|
|
#
|
|
|
|
|
#tenacity
|
|
|
|
|
click
|