fix(sensors): add inlet/outlet types to SensorStage

- Add DataType properties to SensorStage
- Fix MicSensor import issues (remove conflicting TYPE_CHECKING)
- Add numpy to main dependencies for type hints
This commit is contained in:
2026-03-16 15:40:09 -07:00
parent bfd94fe046
commit b27ddbccb8
3 changed files with 21 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ dependencies = [
"feedparser>=6.0.0",
"Pillow>=10.0.0",
"pyright>=1.1.408",
"numpy>=1.24.0",
]
[project.optional-dependencies]