robotics-toolbox-python
robotics-toolbox-python copied to clipboard
fix: pin colored to <1.5.0
Hi @petercorke! This PR fixes #384.
Colored 1.5.0 introduced breaking API changes, renaming functions fg and attr to fore and style respectively. This PR pins colored's version to <1.5.0.
Colored's maintainer noticed the problem and deleted Colored 1.5.0. He released a 2.0.0 version instead. This PR is still required, since robotics-toolbox-python does not support the breaking changes in colored 2.0.0.
Thanks for your interest in the Toolbox and for submitting this PR. This issue has been resolved by the author of coloured for versions beyond 2.0.0, and existing Toolbox code works as expected. Therefore I will decline this PR.