diff --git a/pyproject.toml b/pyproject.toml index b8413d1..7733d27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [{ name = "Conduction" }] # Runtime dependencies dependencies = [ "sentence-transformers", - "torch==2.4.0", + "torch==2.8.0", "pysolr", "fireworks-ai", "pydantic>=2",