From 7147f52e025b3e09d33109a80a02d849e293e52f Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 10 Nov 2022 16:03:30 +0100 Subject: [PATCH] FreqAI also requires plotting dependencies cloess #7726 --- requirements-freqai.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-freqai.txt b/requirements-freqai.txt index a298ad489..a90b9df69 100644 --- a/requirements-freqai.txt +++ b/requirements-freqai.txt @@ -1,5 +1,6 @@ # Include all requirements to run the bot. -r requirements.txt +-r requirements-plot.txt # Required for freqai scikit-learn==1.1.3