depr warning
This commit is contained in:
@@ -194,7 +194,15 @@ addopts = "-v --tb=short"
|
|||||||
|
|
||||||
# UV specific configuration
|
# UV specific configuration
|
||||||
[tool.uv]
|
[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",
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"pytest-xdist",
|
"pytest-xdist",
|
||||||
@@ -202,12 +210,6 @@ dev-dependencies = [
|
|||||||
"ruff",
|
"ruff",
|
||||||
"mypy",
|
"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
|
# UV custom index for specific packages
|
||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
|
|||||||
Reference in New Issue
Block a user