Skip to content

Commit 8cfa2de

Browse files
committed
reduce numpy requirement
1 parent b1cb990 commit 8cfa2de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python = "^3.7"
1515
typer = {extras = ["all"], version = "^0.4.0"}
1616
PyInquirer = "^1.0.3"
1717
PyYAML = "^5.1"
18-
numpy = "^1.22.2"
18+
numpy = "^1.21.4"
1919
sounddevice = "^0.4.4"
2020
pyrealsense2 = {version = "^2.50.0", optional = true}
2121
Flask = "^2.1.1"

0 commit comments

Comments
 (0)