-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (33 loc) · 758 Bytes
/
pyproject.toml
File metadata and controls
35 lines (33 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[project]
name = "mmz"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"autogen-agentchat>=0.4.4",
"autogen-ext[semantic-kernel-hugging-face,semantic-kernel-ollama]>=0.4.4",
"autogenstudio>=0.4.0.4",
"gpustat>=1.1.1",
"graphviz>=0.20.3",
"guidance==0.2.1",
"llama-cpp-python",
"llm>=0.24.2",
"lmql>=0.7.3",
"mlflow>=2.21.3",
"pandas>=2.2.3",
"pip>=25.0.1",
"pytest>=8.3.5",
"simple-parsing>=0.1.7",
"sse-starlette>=2.2.1",
"starlette-context>=0.4.0",
"torchvision>=0.21.0",
"vectorcode>=0.5.5",
"wikipedia>=1.4.0",
]
[tool.uv.sources]
mmz = { workspace = true }
[dependency-groups]
dev = [
"mmz",
]