This commit is contained in:
Dan Saunders
2025-08-29 22:38:45 -04:00
parent 9ec33f52e3
commit f500aaa490

View File

@@ -166,25 +166,25 @@ llmcompressor = [
dev = [
# Testing
"pytest",
"pytest-cov",
"pytest-cov",
"pytest-retry",
"pytest-sugar",
"pytest-xdist",
"codecov",
"codecov-cli",
"tbparse",
# Code quality
"black",
"ruff",
"ruff",
"mypy",
"pre-commit",
"types-requests",
# Documentation
"quartodoc",
"jupyter",
# Utilities
"blobfile",
"tiktoken",