stable/requirements-hyperopt.txt
richardjozsa cdc550da9a Revert the docker changes to be inline with the original freqtrade image
Reverted the changes, and added a new way of doing, Dockerfile.freqai with that file the users can make their own dockerimage.
2022-08-26 11:04:25 +02:00

10 lines
180 B
Plaintext

# Include all requirements to run the bot.
-r requirements.txt
# Required for hyperopt
scipy==1.9.0
scikit-learn==1.1.2
scikit-optimize==0.9.0
filelock==3.8.0
progressbar2==4.0.0