Add numpy dependency to pyproject
This commit is contained in:
parent
828f9ec015
commit
f4ff8a03c4
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ include = [
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8.1"
|
python = "^3.8.1"
|
||||||
typing-extensions = "^4.6.2"
|
typing-extensions = "^4.6.2"
|
||||||
|
numpy = "^1.20.0"
|
||||||
uvicorn = { version = "^0.22.0", optional = true }
|
uvicorn = { version = "^0.22.0", optional = true }
|
||||||
fastapi = { version = "^0.95.0", optional = true }
|
fastapi = { version = "^0.95.0", optional = true }
|
||||||
sse-starlette = { version = "^1.3.3", optional = true }
|
sse-starlette = { version = "^1.3.3", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue