-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (45 loc) · 1.02 KB
/
pyproject.toml
File metadata and controls
47 lines (45 loc) · 1.02 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
[build-system]
requires = ["setuptools>=64.0"]
build-backend = "setuptools.build_meta"
[project]
name = "n8loom"
version = "0.2.0"
dependencies = [
"annotated-types==0.7.0",
"anyio==4.8.0",
"certifi==2025.1.31",
"charset-normalizer==3.4.1",
"click==8.1.8",
"exceptiongroup==1.2.2",
"fastapi==0.115.8",
"filelock==3.17.0",
"fsspec==2025.2.0",
"h11==0.14.0",
"huggingface-hub==0.28.1",
"idna==3.10",
"Jinja2==3.1.5",
"MarkupSafe==3.0.2",
"mlx==0.22.0",
"mlx-lm==0.21.1",
"numpy==2.2.2",
"packaging==24.2",
"protobuf==5.29.3",
"pydantic==2.10.6",
"pydantic_core==2.27.2",
"PyYAML==6.0.2",
"regex==2024.11.6",
"requests==2.32.3",
"safetensors==0.5.2",
"sentencepiece==0.2.0",
"setuptools==75.8.0",
"sniffio==1.3.1",
"starlette==0.45.3",
"tokenizers==0.21.0",
"tqdm==4.67.1",
"transformers==4.48.2",
"typing_extensions==4.12.2",
"urllib3==2.3.0",
"uvicorn==0.34.0"
]
[tool.setuptools]
package-dir = {"" = "src"}