intelligent-trading-bot/requirements.txt

24 lines
1 KiB
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.*
2023-03-26 15:44:34 +02:00
scikit-learn==1.2.*
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.*
2023-03-26 15:44:34 +02:00
apscheduler==3.9.* # "conda install -c conda-forge apscheduler"
2022-07-10 11:14:47 +02:00
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
2023-03-26 15:44:34 +02:00
tsfresh # For derived features. It depends on matrixprofile with binary (in pip) only for Python 3.8. Not checked but maybe there are other binaries (say, Python 3.10) via conda.
2022-03-20 10:09:33 +01:00
2022-07-10 11:14:47 +02:00
python-binance>=1.0.* # pip install python-binance
#python-snappy # Compression for fastparquet (gzip is always available)
#fastparquet # "conda install -c conda-forge fastparquet"
2023-03-26 15:44:34 +02:00
# yfinance # if yahoo quotes are going to be used
# Visualizations
# bokeh==2.4.*
# selenium==4.7.* # to export pictures. note that it uses browser lib