diff --git a/pyproject.toml b/pyproject.toml index 5c11fa6..3ccd70a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "MIT" authors = [{ name = "Nathanm" }] keywords = ["multimodal", "vision-language", "projector", "resampler", "llm"] dependencies = [ - "torch>=2.1", + "torch>=2.14.0", ] [tool.hatch.version]