generated from xinetzone/xyzstyle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
61 lines (55 loc) · 1.05 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
[project]
name = "torch-book"
version = "0.1.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]
Home = "https://github.com/xinetzone/torch-book"
[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",
"sphinxcontrib-mermaid",
"sphinx-proof",
"ultralytics",
]
flows = [
"taolib[flows]",
]
gui = [
"PySide6",
]
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
distribution = true