Skip to content

Commit

Permalink
Update , enable requirement only on darwin, disable requirement on da…
Browse files Browse the repository at this point in the history
…rwin
  • Loading branch information
lapp0 authored and rlouf committed Jun 25, 2024
1 parent f7d525b commit 8406f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ test = [
"beartype<0.16.0",
"responses",
"llama-cpp-python",
"mlx-lm",
"mlx-lm; platform_machine == 'arm64' and sys_platform == 'darwin'",
"huggingface_hub",
"openai>=1.0.0",
"vllm",
"vllm; sys_platform != 'darwin'",
"torch",
"transformers",
]
Expand Down

0 comments on commit 8406f44

Please sign in to comment.