persephone-tools / persephone

A tool for automatic phoneme transcription
Apache License 2.0
155 stars 26 forks source link

[MRG] Update dependencies #217

Closed shuttle1987 closed 5 years ago

shuttle1987 commented 5 years ago

The CI setup is currently not going to work properly due to changes in packages that the test suite depends on. This PR attempts to resolve those issues.

shuttle1987 commented 5 years ago

So it turns out that the CI testing environment has broken on newer packages, this PR is attempting to address some of those issues

shuttle1987 commented 5 years ago

This currently will fail tests on Python 3.7 because the code base itself is not 3.7 compatible. If tests pass on Python 3.5 and 3.6 (the versions we advertise support for) then I think this should be merged in since this fixes the issues with the CI system.