I encountered this bug while reviewing a JOSS submission for https://github.com/pyomeca/cocofest @Kev1CO.
Since the matplotlib version was not constrained, I felt the best fix was simply to use get_cmap from its current location, and add the constraint matplotlib>=3.8.0 in environment.yml.
I am currently running the test suite locally, and will submit a pull request once those are complete. The fix is minor, and did not affect the environment resolution.
I encountered this bug while reviewing a JOSS submission for https://github.com/pyomeca/cocofest @Kev1CO.
Since the matplotlib version was not constrained, I felt the best fix was simply to use
get_cmapfrom its current location, and add the constraintmatplotlib>=3.8.0inenvironment.yml.I am currently running the test suite locally, and will submit a pull request once those are complete. The fix is minor, and did not affect the environment resolution.