generated from xinetzone/sphinx-demo
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpyproject.toml
64 lines (59 loc) · 1.18 KB
/
pyproject.toml
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
[project]
name = "tvm-book"
version = "0.2.1"
description = "道可道,非恒道"
authors = [
{name = "xinetzone", email = "[email protected]"},
]
requires-python = ">=3.10"
readme = "README.md"
license = {file = "LICENSE"}
maintainers = [
{name = "xinetzone", email = "[email protected]"},
]
dependencies = []
[project.urls]
Repository = "https://github.com/xinetzone/tvm-book"
Documentation = "https://tvm-book.readthedocs.io/"
[project.optional-dependencies]
doc = [
"xyzstyle",
"sphinx",
# "ablog",
"ipywidgets",
"folium",
"numpy",
"matplotlib",
"sphinx-comments",
"myst-nb",
"nbclient",
"pandas",
"plotly",
"sphinx-design",
"sphinx-examples",
"sphinx-copybutton",
"sphinx-contributors",
"sphinx-thebe",
"sphinxcontrib-bibtex",
"sphinxext-opengraph",
"sphinx-sitemap",
"sphinx-autoapi>=3.4",
"graphviz",
"sphinx-intl", # 文档国际化
"sphinx-tippy",
"sphinx-icon",
]
dev = [
"xgboost",
"pickleshare",
"cloudpickle",
"xgrammar",
"transformers",
"taolib[flows]",
"mlc-python",
]
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
distribution = true