diff --git a/docker/Dockerfile.jupyter b/docker/Dockerfile.jupyter index d86980bdf..79fefb3a7 100644 --- a/docker/Dockerfile.jupyter +++ b/docker/Dockerfile.jupyter @@ -1,8 +1,8 @@ FROM freqtradeorg/freqtrade:develop_plot -# Pin jupyter-client to avoid tornado version conflict -RUN pip install jupyterlab jupyter-client==7.3.4 --user --no-cache-dir +# Pin prompt-toolkit to avoid questionary version conflict +RUN pip install jupyterlab "prompt-toolkit<=3.0.36" jupyter-client --user --no-cache-dir # Empty the ENTRYPOINT to allow all commands ENTRYPOINT []