2022-05-03 08:14:17 +00:00
|
|
|
# Include all requirements to run the bot.
|
|
|
|
-r requirements.txt
|
2022-11-10 15:03:30 +00:00
|
|
|
-r requirements-plot.txt
|
2022-05-03 08:14:17 +00:00
|
|
|
|
|
|
|
# Required for freqai
|
2024-09-16 03:17:39 +00:00
|
|
|
scikit-learn==1.5.2
|
2024-05-06 03:07:34 +00:00
|
|
|
joblib==1.4.2
|
2024-09-09 03:45:03 +00:00
|
|
|
catboost==1.2.7; 'arm' not in platform_machine
|
2024-08-04 17:55:40 +00:00
|
|
|
# Pin Matplotlib - it's depended on by catboost
|
2024-08-04 17:54:51 +00:00
|
|
|
# Temporary downgrade of matplotlib due to https://github.com/matplotlib/matplotlib/issues/28551
|
2024-08-19 06:00:50 +00:00
|
|
|
matplotlib==3.9.2
|
2024-07-29 03:08:24 +00:00
|
|
|
lightgbm==4.5.0
|
2023-12-25 03:42:48 +00:00
|
|
|
xgboost==2.0.3
|
2024-08-19 03:48:37 +00:00
|
|
|
tensorboard==2.17.1
|
2023-07-07 07:27:09 +00:00
|
|
|
datasieve==0.1.7
|