File size: 363 Bytes
8472c2e 3742261 8472c2e 0f6d5bb 5a9a305 0f6d5bb | 1 2 3 4 5 6 7 8 9 10 11 12 13 | [project]
name = "inova-mk1-astm"
version = "0.1.0"
description = "ASTM mechanical-test specimens (D638 tensile, D790 flex) from Inova Mk1 SLS prints, with FK refs and embedded snapshots from Agentic-SLS-Database."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"h5py>=3.10",
"openpyxl>=3.1",
"matplotlib>=3.8",
"numpy>=1.26",
]
|