Skip to content

Commit

Permalink
deps: fix onnruntime-gpu constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedir Zadniprovskyi authored and fedirz committed Jan 12, 2025
1 parent 80af0b9 commit a388705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"huggingface-hub[hf-transfer]>=0.25.1",
"kokoro-onnx>=0.2.2",
"numpy>=2.1.1",
"onnxruntime-gpu>=1.20.1 ; sys.platform != 'darwin'",
"onnxruntime-gpu>=1.20.1 ; platform_machine == 'x86_64'",
"piper-phonemize ; platform_machine == 'x86_64'",
"piper-tts>=1.2.0 ; platform_machine == 'x86_64'",
"pydantic-settings>=2.5.2",
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a388705

Please sign in to comment.