-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
112 lines (108 loc) · 2.58 KB
/
pyproject.toml
File metadata and controls
112 lines (108 loc) · 2.58 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
[project]
name = "env-freeze"
version = "0.0.0"
description = "Recreated environment pinned from site-packages"
requires-python = ">=3.10,<3.11"
dependencies = [
"aiofiles==24.1.0",
"annotated-types==0.7.0",
"anyio==4.9.0",
"anytree==2.13.0",
"boto==2.49.0",
"certifi==2025.1.31",
"cfgv==3.4.0",
"chalk-diagrams==0.2.2",
"chalk-planar==0.4",
"charset-normalizer==3.4.1",
"click==8.1.8",
"colour==0.1.5",
"distlib==0.3.9",
"exceptiongroup==1.2.2",
"fastapi==0.115.12",
"ffmpy==0.5.0",
"filelock==3.18.0",
"fsspec==2025.3.2",
"gradio==5.27.0",
"gradio_client==1.9.0",
"groovy==0.1.2",
"h11==0.16.0",
"httpcore==1.0.9",
"httpx==0.28.1",
"huggingface-hub==0.30.2",
"idna==3.10",
"importlib-metadata==8.6.1",
"iniconfig==2.1.0",
"Jinja2==3.1.6",
"MarkupSafe==3.0.2",
"markdown-it-py==3.0.0",
"mdurl==0.1.2",
"mpmath==1.3.0",
"networkx==3.4.2",
"nodeenv==1.9.1",
"numpy==2.2.5",
"orjson==3.10.16",
"packaging==25.0",
"pandas==2.2.3",
"pillow==11.2.1",
"platformdirs==4.3.7",
"pluggy==1.5.0",
"pre-commit==4.2.0",
"pydantic==2.11.3",
"pydantic-core==2.33.1",
"pydub==0.25.1",
"Pygments==2.19.1",
"PyYAML==6.0.2",
"pytest==8.3.5",
"python-dateutil==2.9.0.post0",
"python-multipart==0.0.20",
"pytz==2025.2",
"pyarrow==19.0.1",
"regex==2024.11.6",
"requests==2.32.3",
"rich==14.0.0",
"ruff==0.11.7",
"safetensors==0.5.3",
"safehttpx==0.1.6",
"semantic-version==2.10.0",
"shellingham==1.5.4",
"six==1.17.0",
"sniffio==1.3.1",
"starlette==0.46.2",
"svgwrite==1.4.3",
"tokenizers==0.21.1",
"tomli==2.2.1",
"tomlkit==0.13.2",
"toolz==1.0.0",
"torch==2.6.0",
"transformers==4.51.3",
"triton==3.2.0",
"triton-viz",
"typing-extensions==4.13.2",
"typing-inspection==0.4.0",
"tzdata==2025.2",
"urllib3==2.4.0",
"uvicorn==0.34.2",
"virtualenv==20.30.0",
"websockets==15.0.1",
"z3-solver==4.14.1.0",
"zipp==3.21.0",
# NVIDIA CUDA 12 wheels observed in site-packages
"nvidia-cublas-cu12==12.4.5.8",
"nvidia-cuda-cupti-cu12==12.4.127",
"nvidia-cuda-nvrtc-cu12==12.4.127",
"nvidia-cuda-runtime-cu12==12.4.127",
"nvidia-cudnn-cu12==9.1.0.70",
"nvidia-cufft-cu12==11.2.1.3",
"nvidia-curand-cu12==10.3.5.147",
"nvidia-cusolver-cu12==11.6.1.9",
"nvidia-cusparse-cu12==12.3.1.170",
"nvidia-cusparselt-cu12==0.6.2",
"nvidia-nccl-cu12==2.21.5",
"nvidia-nvjitlink-cu12==12.4.127",
"nvidia-nvtx-cu12==12.4.127",
]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.uv.sources]
triton-viz = { path = "./submodules/triton-viz", editable=true}