Skip to content

Commit e1f2f4b

Browse files
Make numpy a direct dependency of Norfair.
1 parent 1cdec7b commit e1f2f4b

File tree

2 files changed

+68
-29
lines changed

2 files changed

+68
-29
lines changed

poetry.lock

Lines changed: 64 additions & 29 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ python = "^3.6.1"
4040
filterpy = "^1.4.5"
4141
rich = ">=9.10.0, <13.0.0"
4242
scipy = ">=1.5.4"
43+
numpy = [
44+
{version = "^1.19.0", python = "<3.8"},
45+
{version = "^1.23.0", python = ">=3.8"}
46+
]
4347
opencv-python = { version = ">= 3.2.0, < 5.0.0", optional = true }
4448
motmetrics = { version = "1.2.5", optional = true }
4549
importlib-metadata = { version = "4.8.3", python = "<3.8" }

0 commit comments

Comments
 (0)