Skip to content

Commit b9f91ea

Browse files
authored
Install matrixprofile from git to solve protobuf downgrade issue. (#1094)
The matrixprofile in pip downgrades protobuf because the release whl has the wrong requirements.txt file. http://b/205704651
1 parent bdf14ce commit b9f91ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,8 @@ RUN pip install flashtext && \
449449
pip install https://github.com/hbasria/ggpy/archive/0.11.5.zip && \
450450
pip install cesium && \
451451
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 && \
452454
pip install tsfresh && \
453455
# b/204442455 unpin once tsfresh is compatible with latest version of statsmodels.
454456
pip install statsmodels==0.12.2 && \

0 commit comments

Comments
 (0)