diff --git a/pyproject.toml b/pyproject.toml index 11087d2..6f29f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "pandas", "polars", "pyarrow", - "torch>=2.0", + "torch>=2.8.0", "odfpy" # So that we can save dataframes into ods format ] [project.optional-dependencies]