prop/lib
Graham McIntire 2c16fd979d
Move ML deps to dev/test only, exclude from production build
- Nx, Axon, EXLA, Polaris deps restricted to only: [:dev, :test]
- model.ex and training mix tasks moved to lib_ml/ (compiled via
  elixirc_paths in dev/test only)
- load_ml_model uses Code.ensure_loaded? + apply/3 to avoid
  compile-time references to ML modules in production
- Verified: MIX_ENV=prod compiles clean with no ML warnings
2026-04-01 12:10:31 -05:00
..
microwaveprop Move ML deps to dev/test only, exclude from production build 2026-04-01 12:10:31 -05:00
microwaveprop_web Rename qsos to contacts throughout codebase, keep DB table name 2026-04-01 11:25:04 -05:00
mix/tasks Move ML deps to dev/test only, exclude from production build 2026-04-01 12:10:31 -05:00
microwaveprop.ex initial 2026-03-28 11:28:47 -05:00
microwaveprop_web.ex initial 2026-03-28 11:28:47 -05:00