|
@@ -35,8 +35,10 @@ setup(
|
|
|
"pytest-cov>=4.1.0",
|
|
"pytest-cov>=4.1.0",
|
|
|
"pytest-asyncio>=0.23.0",
|
|
"pytest-asyncio>=0.23.0",
|
|
|
],
|
|
],
|
|
|
|
|
+ # ML dependencies for translation service (optional)
|
|
|
|
|
+ # Note: torch is large (~915MB). If already installed, skip via: pip install -e ".[mcp,dev]"
|
|
|
"ml": [
|
|
"ml": [
|
|
|
- "torch>=2.0.0",
|
|
|
|
|
|
|
+ # "torch>=2.0.0", # Comment out to avoid large download, install separately if needed
|
|
|
"transformers>=4.30.0",
|
|
"transformers>=4.30.0",
|
|
|
"sentencepiece>=0.1.99",
|
|
"sentencepiece>=0.1.99",
|
|
|
],
|
|
],
|