Closed burk closed 3 years ago
I've identified the problem: https://github.com/matrix-profile-foundation/matrixprofile/pull/76
@burk Thanks for the PR! Apologies as I've been a little delayed - I'll look at the change shortly.
Corresponding PR approved and merged. Thanks!
Pypi version still has this restriction.
Describe the bug
There still seems to be a strict dependency on protobuf 3.11.2, even though this commit seems to try to remove that strict version dependency: https://github.com/matrix-profile-foundation/matrixprofile/commit/37173af1904e761bda509de41cd4cfbeacf23fcd
I'm not able to lock the version of matrixprofile inside a pipenv with another library which requires protobuf >= 3.12.0
To Reproduce Steps to reproduce the behavior:
matrixprofile-1.1.10.dist-info/METADATA
Requires-Dist: protobuf (==3.11.2)
Desktop (please complete the following information):