Skip to content

Commit

Permalink
chore(pypi): remove direct dependency to doc-builder (#82)
Browse files Browse the repository at this point in the history
Removed direct dependency to a repo to avoid errors when publishing to
pypi.
  • Loading branch information
tengomucho authored Aug 8, 2024
1 parent a2a015b commit 098098d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ build-backend = "setuptools.build_meta"

[project.optional-dependencies]
tests = ["pytest", "safetensors"]
quality = ["black", "ruff", "isort", "hf_doc_builder @ git+https://github.com/huggingface/doc-builder.git"]
quality = ["black", "ruff", "isort"]

[project.urls]
Homepage = "https://hf.co/hardware"
Expand Down

0 comments on commit 098098d

Please sign in to comment.