| [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", | |
| # scripts/plots/05_layout_maps.py: STL top-face slicing for the | |
| # build-plate modulus maps (trimesh.section needs the other four). | |
| "trimesh>=4.0", | |
| "shapely>=2.0", | |
| "scipy>=1.11", | |
| "networkx>=3.0", | |
| "rtree>=1.1", | |
| ] | |