File size: 371 Bytes
884dabc
 
 
 
 
 
 
 
 
96c7c42
 
 
884dabc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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",
]