We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf14ce commit b9f91eaCopy full SHA for b9f91ea
Dockerfile.tmpl
@@ -449,6 +449,8 @@ RUN pip install flashtext && \
449
pip install https://github.com/hbasria/ggpy/archive/0.11.5.zip && \
450
pip install cesium && \
451
pip install rgf_python && \
452
+ # b/205704651 remove install cmd for matrixprofile after version > 1.1.10 is released.
453
+ pip install git+git://github.com/matrix-profile-foundation/matrixprofile.git@6bea7d4445284dbd9700a097974ef6d4613fbca7 && \
454
pip install tsfresh && \
455
# b/204442455 unpin once tsfresh is compatible with latest version of statsmodels.
456
pip install statsmodels==0.12.2 && \
0 commit comments