Skip to content

Commit ffb38ce

Browse files
committed
increased python requirement
1 parent 5264bda commit ffb38ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ packages = [{include = "recorder"}]
1111
recorder = "recorder.__main__:app"
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.7"
14+
python = "^3.8"
1515
typer = {extras = ["all"], version = "^0.4.0"}
1616
PyInquirer = "^1.0.3"
1717
PyYAML = "^5.1"
18-
numpy = "^1.21.4"
18+
numpy = "^1.22.2"
1919
sounddevice = "^0.4.4"
2020
pyrealsense2 = {version = "^2.50.0", optional = true}
2121
Flask = "^2.1.1"

0 commit comments

Comments
 (0)