Skip to content

Commit

Permalink
fix: pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Aug 19, 2024
1 parent 59f7db6 commit c87e0b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ setuptools = "^72.1.0" # dependencies of gdal
opencv-python-headless = "^4.10.0.84"
torch = {version = "^2.4.0+cpu", source = "pytorch-cpu"}
torchvision = {version = "^0.19.0+cpu", source = "pytorch-cpu"}
sam-2 = {git = "https://github.com/facebookresearch/segment-anything-2.git"}
"sam 2" = {git = "https://github.com/facebookresearch/segment-anything-2.git"}

[tool.poetry.group.dev.dependencies]
# Versions are fixed to match versions used by pre-commit
Expand Down

0 comments on commit c87e0b1

Please sign in to comment.