diff --git a/pyproject.toml b/pyproject.toml index 9df1b67..a492cd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "sam3" dynamic = ["version"] description = "SAM3 (Segment Anything Model 3) implementation" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.10" license = {file = "LICENSE"} authors = [ {name = "Meta AI Research"} @@ -33,6 +33,8 @@ dependencies = [ "iopath>=0.1.10", "typing_extensions", "huggingface_hub", + "torch>=2.11,<2.12", + "torchvision>=0.26,<0.27", ] [project.optional-dependencies]