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-07-08 03:10:19 +00:00
|
|
|
scikit-learn==1.5.1
|
2024-05-06 03:07:34 +00:00
|
|
|
joblib==1.4.2
|
2024-04-22 03:16:44 +00:00
|
|
|
catboost==1.2.5; '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-08 06:37:43 +00:00
|
|
|
matplotlib==3.9.1.post1
|
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-06-10 07:35:56 +00:00
|
|
|
tensorboard==2.17.0
|
2023-07-07 07:27:09 +00:00
|
|
|
datasieve==0.1.7
|