From 0c0848cfd31a978da013d3bd22e9dac106dd552a Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Wed, 17 Jul 2024 13:55:37 +1000 Subject: [PATCH] notebook updates --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c343362..3c6a294 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ ENV MPLCONFIGDIR=/tmp/matplotlib ENV PYDEVD_DISABLE_FILE_VALIDATION=1 # setup python environment ENV PYTHON_PACKAGES="\ - pystackql \ + pystackql>=3.6.4 \ matplotlib \ pandas \ mplfinance \