Merge remote-tracking branch 'origin/main' into fix/heat-pump-flow-temp-efficiency

This commit is contained in:
Khalim Conn-Kowlessar 2026-06-29 15:17:10 +00:00
commit 235c2ca466

View file

@ -29,3 +29,8 @@ moto[s3,sqs]==5.0.28 # mock_aws (moto 5.x) for S3/SQS in orchestration tests
black==26.1.0
boto3-stubs
openai
# Type checking — strict pyright gate (CLAUDE.md). The pip `pyright` wrapper uses
# the container's Node. pandas-stubs lets pandas-typed modules check cleanly
# (CLAUDE.md: add pandas-stubs when introducing pandas to a module).
pyright==1.1.411
pandas-stubs