fix
This commit is contained in:
@@ -166,25 +166,25 @@ llmcompressor = [
|
|||||||
dev = [
|
dev = [
|
||||||
# Testing
|
# Testing
|
||||||
"pytest",
|
"pytest",
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"pytest-retry",
|
"pytest-retry",
|
||||||
"pytest-sugar",
|
"pytest-sugar",
|
||||||
"pytest-xdist",
|
"pytest-xdist",
|
||||||
"codecov",
|
"codecov",
|
||||||
"codecov-cli",
|
"codecov-cli",
|
||||||
"tbparse",
|
"tbparse",
|
||||||
|
|
||||||
# Code quality
|
# Code quality
|
||||||
"black",
|
"black",
|
||||||
"ruff",
|
"ruff",
|
||||||
"mypy",
|
"mypy",
|
||||||
"pre-commit",
|
"pre-commit",
|
||||||
"types-requests",
|
"types-requests",
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
"quartodoc",
|
"quartodoc",
|
||||||
"jupyter",
|
"jupyter",
|
||||||
|
|
||||||
# Utilities
|
# Utilities
|
||||||
"blobfile",
|
"blobfile",
|
||||||
"tiktoken",
|
"tiktoken",
|
||||||
|
|||||||
Reference in New Issue
Block a user