Skip to content

Commit

Permalink
downgraded python to v3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
monazhu committed Jan 30, 2024
1 parent 5610bb5 commit c36bf3e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 141 deletions.
177 changes: 38 additions & 139 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10"
python = ">=3.9"
opencv-python = ">=4.9.0.80"
numpy = ">=1.26.3"
matplotlib = ">=3.8.2"
altair = "^5.2.0"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit c36bf3e

Please sign in to comment.