16 lines
339 B
TOML
16 lines
339 B
TOML
[project]
|
|
name = "qwen3"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"mcp>=1.6.0",
|
|
"mlx>=0.25.1",
|
|
"mlx-lm>=0.24.0",
|
|
"python-dateutil>=2.9.0.post0",
|
|
"python-dotenv>=1.1.0",
|
|
"qwen-agent[code-interpreter]>=0.0.20",
|
|
"rich>=13.7.0",
|
|
]
|