Skip to content

Commit f4ff8a0

Browse files
committed
Add numpy dependency to pyproject
1 parent 828f9ec commit f4ff8a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ include = [
1515
[tool.poetry.dependencies]
1616
python = "^3.8.1"
1717
typing-extensions = "^4.6.2"
18+
numpy = "^1.20.0"
1819
uvicorn = { version = "^0.22.0", optional = true }
1920
fastapi = { version = "^0.95.0", optional = true }
2021
sse-starlette = { version = "^1.3.3", optional = true }

0 commit comments

Comments
 (0)