From 64da8f0044fb8692ce05dc89f148c8202c369f02 Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Fri, 26 Sep 2025 11:59:58 -0400 Subject: [PATCH] depr warning --- pyproject.toml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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]]