Skip to content

Commit

Permalink
Fix ffmpy cannot be built because of setuptools new version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb committed Jul 29, 2024
1 parent 64e4ff2 commit 710337c
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 @@ -89,7 +89,7 @@ vllm = [
"vllm >= 0.5.3",
"filelock >= 3.13.4",
# `setuptools` is needed to be installed if installed with `uv pip install distilabel[vllm]`
"setuptools",
"setuptools < 72.0.0",
]
sentence-transformers = ["sentence-transformers >= 3.0.0"]
faiss-cpu = ["faiss-cpu >= 1.8.0"]
Expand Down

0 comments on commit 710337c

Please sign in to comment.