Skip to content

Commit

Permalink
updated toml file to include sam2 dep from git
Browse files Browse the repository at this point in the history
  • Loading branch information
mese79 committed Nov 7, 2024
1 parent 14a1454 commit b332b4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ allow-direct-references = true
only-include = ["src"]
sources = ["src"]

[tool.hatch.envs.default.env-vars]
SAM2_BUILD_CUDA="0"

# https://peps.python.org/pep-0621/
[project]
name = "featureforest"
Expand Down Expand Up @@ -56,6 +59,7 @@ dependencies = [
"pooch",
"timm==1.0.9",
"segment-anything-py",
"sam2 @ git+https://github.com/facebookresearch/sam2.git"
]
[project.optional-dependencies]
# development dependencies and tooling
Expand Down

0 comments on commit b332b4d

Please sign in to comment.