intelligent-trading-bot/requirements.txt

20 lines
780 B
Text
Raw Permalink Normal View History

2022-07-10 11:14:47 +02:00
numpy>=1.23.*
2022-04-13 16:34:38 +02:00
pandas>=1.4.*
2022-03-20 10:09:33 +01:00
scikit-learn>=1.*
2022-07-10 11:14:47 +02:00
#scipy>=1.9.* # Should be automatically installed as a dep of scikit-learn
2022-04-13 16:34:38 +02:00
statsmodels>=0.13.*
2022-03-20 10:09:33 +01:00
patsy>=0.5.*
2022-07-10 11:14:47 +02:00
apscheduler>=3.9.* # "conda install -c conda-forge apscheduler"
click
2022-03-20 10:09:33 +01:00
lightgbm>=3.3.* # For Linux, glibc >= 2.14 is required. "conda install -c conda-forge lightgbm"
2022-07-10 11:14:47 +02:00
tensorflow>=2.9.* # pip install --upgrade tensorflow
2022-04-13 16:34:38 +02:00
#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
tsfresh # For calculated features
2022-03-20 10:09:33 +01:00
2022-07-10 11:14:47 +02:00
python-binance>=1.0.* # pip install python-binance
# yfinance # if yahoo quotes are going to be used
#python-snappy # Compression for fastparquet (gzip is always available)
#fastparquet # "conda install -c conda-forge fastparquet"