Skip to content

Commit 530599a

Browse files
committed
Merge branch 'main' of github.com:abetlen/llama_cpp_python into main
2 parents dae9833 + e2a2513 commit 530599a

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

poetry.lock

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ include = [
1515
[tool.poetry.dependencies]
1616
python = "^3.8.1"
1717
typing-extensions = "^4.6.3"
18-
numpy = "^1.20.0"
18+
numpy = "^1.24.4"
1919
diskcache = "^5.6.1"
2020
uvicorn = { version = "^0.22.0", optional = true }
21-
fastapi = { version = "^0.97.0", optional = true }
21+
fastapi = { version = "^0.98.0", optional = true }
2222
sse-starlette = { version = "^1.6.1", optional = true }
2323

2424
[tool.poetry.group.dev.dependencies]
2525
black = "^23.3.0"
2626
twine = "^4.0.2"
2727
mkdocs = "^1.4.3"
2828
mkdocstrings = {extras = ["python"], version = "^0.22.0"}
29-
mkdocs-material = "^9.1.16"
30-
pytest = "^7.3.2"
29+
mkdocs-material = "^9.1.17"
30+
pytest = "^7.4.0"
3131
httpx = "^0.24.1"
3232
scikit-build = "0.17.6"
3333

0 commit comments

Comments
 (0)