[project] name = "inova-mk1-telemetry" version = "0.1.0" description = "Real-time printer telemetry (temperature, laser, motor, frames, position) from the Inova Mk1 SLS printer, organized per build." readme = "README.md" requires-python = ">=3.13" dependencies = [ "pyarrow>=15", "polars>=1.0", "imageio[ffmpeg]>=2.34", "pillow>=10", "numpy>=1.26", ]