Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions requirements.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# container built from this exact lock scanned 63 photos with 0 errors, and
# build-tools/verify_scan_db.py passed (embeddings, VLM tags, aesthetic,
# saliency, faces, moments all populated and in range).
# Pin discipline learned the hard way: torch 2.6.0 pins sympy==1.13.1 exactly;
# Pin discipline learned the hard way: torch 2.6.0 pins sympy==1.14.0 exactly;
# any drift here makes pip swap the base image's torch/CUDA stack (a stray
# sympy==1.14.0 pulled in torch 2.13 + CUDA 13 before it was caught).
# The cuML layer installed AFTER this lock intentionally downgrades
Expand All @@ -23,7 +23,7 @@ annotated-doc==0.0.5
annotated-types==0.8.0
anyio==4.14.2
astunparse==1.6.3
bitsandbytes==0.50.0
bitsandbytes==0.50.1
cfgv==3.5.0
click==8.4.2
cmake==3.31.10
Expand All @@ -38,7 +38,7 @@ ExifRead==3.5.1
expecttest==0.3.0
facexlib==0.3.0
fastapi==0.141.1
filelock==3.32.2
filelock==3.32.4
filterpy==1.4.5
flatbuffers==25.12.19
fonttools==4.63.0
Expand All @@ -52,8 +52,8 @@ hdbscan==0.8.44
hf-xet==1.6.0
httpcore==1.0.9
httpx==0.28.1
huggingface_hub==1.26.0
hypothesis==6.165.2
huggingface_hub==1.28.0
hypothesis==6.165.10
identify==2.6.19
ImageHash==4.3.2
ImageIO==2.37.4
Expand All @@ -65,34 +65,34 @@ kornia==0.8.3
kornia_rs==0.1.14
lazy-loader==0.5
lintrunner==0.13.1
llvmlite==0.48.0
llvmlite==0.49.0
lmdb==2.3.0
markdown-it-py==4.2.0
Markdown==3.10.3
matplotlib==3.11.0
mdurl==0.1.2
ml_dtypes==0.5.4
ml_dtypes==0.6.0
mpmath==1.3.0
multidict==6.7.1
multiprocess==0.70.19
narwhals==2.24.0
narwhals==2.25.0
networkx==3.4.2
ninja==1.13.0
nodeenv==1.10.0
numba==0.66.0
numba==0.67.0
onnx==1.22.0
onnxruntime==1.27.0
openai-clip==1.0.1
opencv-python-headless==4.14.0.94
opencv-python==4.14.0.94
open_clip_torch==3.3.0
optree==0.19.1
optree==0.20.0
pandas==3.0.3
pillow==12.3.0
pillow_heif==1.5.0
pre_commit==4.6.1
pre_commit==4.6.2
propcache==0.5.2
protobuf==7.35.1
protobuf==7.36.0
pyarrow==24.0.0
pydantic==2.13.4
pydantic_core==2.46.4
Expand All @@ -103,14 +103,14 @@ pytest-asyncio==1.4.0
pytest-timeout==2.4.0
pytest==9.1.1
python-dateutil==2.9.0.post0
python-discovery==1.5.1
python-discovery==1.5.2
python-etcd==0.4.5
PyWavelets==1.9.0
rawpy==0.27.0
regex==2026.7.19
reverse_geocoder==1.5.1
rich==15.0.0
ruff==0.16.1
ruff==0.16.4
safetensors==0.8.0
scikit-image==0.26.0
scikit-learn==1.9.0
Expand All @@ -121,24 +121,24 @@ shellingham==1.5.4
six==1.17.0
sortedcontainers==2.4.0
sqlite-vec==0.1.9
starlette==1.4.1
# torch 2.6.0 pins sympy==1.13.1 exactly; 1.14.0 forces pip to swap the base
starlette==1.6.0
# torch 2.6.0 pins sympy==1.14.0 exactly; 1.14.0 forces pip to swap the base
# image's torch/CUDA stack for torch 2.13 + CUDA 13 to satisfy the resolver.
sympy==1.13.1
sympy==1.14.0
tensorboard-data-server==0.7.2
tensorboard==2.21.0
threadpoolctl==3.6.0
tifffile==2026.3.3
timm==1.0.28
tokenizers==0.22.2
transformers==5.15.0
transformers==5.15.1
typer-slim==0.24.0
typer==0.27.1
types-dataclasses==0.6.6
typing-inspection==0.4.2
typing-inspection==0.4.4
typing_extensions==4.16.0
uvicorn==0.52.1
virtualenv==21.7.1
uvicorn==0.52.4
virtualenv==21.7.4
Werkzeug==3.1.8
xxhash==3.8.1
yapf==0.43.0
Expand Down