13eaa35f1c
Pins runtime and ML deps separately so the regular web image stays lean. Configures ruff for py312 with bugbear, async, and pyupgrade lints enabled. psycopg sync driver included up-front for alembic. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
-r requirements.txt
|
|
|
|
# ML stack
|
|
torch>=2.2,<2.3
|
|
torchvision>=0.17,<0.18
|
|
transformers>=4.40,<4.41
|
|
onnxruntime>=1.17,<1.18
|
|
huggingface-hub>=0.22,<0.23
|
|
opencv-python-headless>=4.9,<5.0
|