Skip to content

Commit 9ffe638

Browse files
committed
Pin Intel macOS release dependencies for v0.1.3
1 parent 11eca7e commit 9ffe638

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ requires-python = ">=3.11,<3.13"
1414
dynamic = ["version"]
1515
dependencies = [
1616
"fastapi>=0.115.0,<1.0.0",
17+
"numpy>=1.26.0,<2.0.0",
1718
"platformdirs>=4.3.0,<5.0.0",
1819
"pydantic>=2.9.0,<3.0.0",
1920
"sentence-transformers>=3.1.0,<4.0.0",
21+
"transformers>=4.41.0,<4.52.0",
2022
"typer>=0.12.5,<1.0.0",
2123
"uvicorn>=0.30.6,<1.0.0",
2224
]

0 commit comments

Comments
 (0)