We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828f9ec commit f4ff8a0Copy full SHA for f4ff8a0
pyproject.toml
@@ -15,6 +15,7 @@ include = [
15
[tool.poetry.dependencies]
16
python = "^3.8.1"
17
typing-extensions = "^4.6.2"
18
+numpy = "^1.20.0"
19
uvicorn = { version = "^0.22.0", optional = true }
20
fastapi = { version = "^0.95.0", optional = true }
21
sse-starlette = { version = "^1.3.3", optional = true }
0 commit comments