# Dependency version constraints for `uv pip compile`
# See: https://docs.astral.sh/uv/pip/compile/#adding-constraints

# Constrain PyTorch versions to the same versions in install-dev.sh
torch==2.5.1
torchvision==0.20.1

# Security upgrades
protobuf>=6.33.5
urllib3>=2.6.3
