depr warning

This commit is contained in:
Dan Saunders
2025-09-26 11:59:58 -04:00
parent 1fa0a98e38
commit 64da8f0044

View File

@@ -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]]