2019-09-24 12:53:36 +00:00
|
|
|
# Include all requirements to run the bot.
|
2019-10-20 08:47:04 +00:00
|
|
|
-r requirements.txt
|
2019-09-24 12:53:36 +00:00
|
|
|
|
|
|
|
# Required for hyperopt
|
2022-08-01 03:01:38 +00:00
|
|
|
scipy==1.9.0
|
2022-08-08 03:01:20 +00:00
|
|
|
scikit-learn==1.1.2
|
2021-10-12 17:06:23 +00:00
|
|
|
scikit-optimize==0.9.0
|
2022-08-15 03:01:36 +00:00
|
|
|
filelock==3.8.0
|
2022-01-10 10:18:55 +00:00
|
|
|
progressbar2==4.0.0
|
2022-08-17 15:31:27 +00:00
|
|
|
-r requirements-freqai.txt
|