m3dev / gokart

Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning Pipeline.
https://gokart.readthedocs.io/en/latest/
MIT License
305 stars 57 forks source link

Move `matplotlib` to Poetry dev dependency group #364

Closed tkda-h3 closed 5 months ago

tkda-h3 commented 5 months ago

This PR relocates matplotlib from the main dependency group to the dev dependency group in our pyproject.toml since it's used exclusively for our test module here.

Including it as a main dependency is unnecessary for production builds.