diff --git a/pyproject.toml b/pyproject.toml index 3573b10f0..b77896ad0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,13 +48,13 @@ docs = ["hf-doc-builder==0.5.0"] dev = [ "bitsandbytes[test]", "build>=1.0.0,<2", - "ruff==0.6.9", + "ruff==0.8.4", "pre-commit>=3.5.0,<4", "wheel>=0.42,<1" ] test = [ "einops~=0.6.0", - "lion-pytorch==0.0.6", + "lion-pytorch==0.2.3", "pytest~=7.4", "scipy>=1.10.1,<2; python_version < '3.9'", "scipy>=1.11.4,<2; python_version >= '3.9'",