Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f4ff8a0

Browse filesBrowse files
committed
Add numpy dependency to pyproject
1 parent 828f9ec commit f4ff8a0
Copy full SHA for f4ff8a0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.