gavanduffy commited on
Commit
be659dc
·
1 Parent(s): 35bb6f4

Fix CPU build: remove neutts[all] extra to avoid pulling llama-cpp-python which needs gcc

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -24,7 +24,7 @@ dependencies = [
24
 
25
  [project.optional-dependencies]
26
  gpu = ["neutts[all]", "onnxruntime-gpu", "torch>=2.6.0"]
27
- cpu = ["neutts[all]", "onnxruntime"]
28
  dev = ["pytest>=8.0.0", "pytest-asyncio>=0.23.0", "httpx>=0.27.0", "ruff>=0.4.0"]
29
 
30
  [tool.hatch.build.targets.wheel]
 
24
 
25
  [project.optional-dependencies]
26
  gpu = ["neutts[all]", "onnxruntime-gpu", "torch>=2.6.0"]
27
+ cpu = ["neutts", "onnxruntime"]
28
  dev = ["pytest>=8.0.0", "pytest-asyncio>=0.23.0", "httpx>=0.27.0", "ruff>=0.4.0"]
29
 
30
  [tool.hatch.build.targets.wheel]