diff --git a/pyproject.toml b/pyproject.toml index 1cc08934e..17a7656e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -194,7 +194,15 @@ addopts = "-v --tb=short" # UV specific configuration [tool.uv] -dev-dependencies = [ +find-links = [ + "https://github.com/Dao-AILab/flash-attention/releases", + "https://github.com/Dao-AILab/causal-conv1d/releases", + "https://github.com/ModelCloud/GPTQModel/releases", +] +prerelease = "allow" + +[dependency-groups] +dev = [ "pytest", "pytest-cov", "pytest-xdist", @@ -202,12 +210,6 @@ dev-dependencies = [ "ruff", "mypy", ] -find-links = [ - "https://github.com/Dao-AILab/flash-attention/releases", - "https://github.com/Dao-AILab/causal-conv1d/releases", - "https://github.com/ModelCloud/GPTQModel/releases", -] -prerelease = "allow" # UV custom index for specific packages [[tool.uv.index]]