marl / jams

A JSON Annotated Music Specification for Reproducible MIR Research
ISC License
186 stars 26 forks source link

Fix Python 3.4 CI Build #211

Closed hendriks73 closed 4 years ago

hendriks73 commented 4 years ago

The CI build for Python 3.4 currently fails, because some used libraries (PyYAML, pyrsistent) have stopped supporting Python 3.4. This PR fixes the build by requiring older versions of said libraries when using Python 3.4.

hendriks73 commented 4 years ago

Guys... please, this is trivial.

swoosh

Just do it!

Plus it should also magically fix the CI status of PR https://github.com/marl/jams/pull/210.

urinieto commented 4 years ago

ha, nice! Thanks for this PR, looking good.

hendriks73 commented 4 years ago

Thanks, Uri!