Skip to content

Commit

Permalink
switch python version
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesSchoenberg committed Oct 27, 2023
1 parent 06d3105 commit 797e6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ license = "Apache-2.0"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8.2"
numpy = "1.23.1"
python = "3.9.17"
numpy = "^1.23.1"
opencv-python = "^4.5.0.0"
tqdm = "^4.64.1"
bagpy = "^0.5"
Expand Down

0 comments on commit 797e6d0

Please sign in to comment.