fix(deps): relax torch requirement for macOS x86_64 compatibility (#416)

This commit is contained in:
Luis Sambrano
2026-04-16 01:49:16 -07:00
committed by GitHub
parent fdba18e9ee
commit a1807be04d
+1 -1
View File
@@ -8,7 +8,7 @@ sqlalchemy>=2.0.0
alembic>=1.13.0
# ML models
torch>=2.7.0
torch>=2.2.0
transformers>=4.36.0,<=4.57.6
accelerate>=0.26.0
huggingface_hub>=0.20.0