Skip to content

Commit

Permalink
Update python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mnogom committed May 8, 2024
1 parent ec2d13e commit 3e6a962
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 80 deletions.
155 changes: 77 additions & 78 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "pathfinder"
version = "0.1.7"
version = "0.1.8"
description = "Find path from start to goal on image"
authors = ["Konstantin Freidlin <[email protected]>"]
packages = [
{ include = "pathfinder"}
]
repository = "https://github.com/mnogom/pathfinder"
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
python = ">=3.9"
Pillow = "^8.4.0"
numpy = "^1.21.2"
argparse = "^1.4.0"
Expand Down

0 comments on commit 3e6a962

Please sign in to comment.