File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 4545 sudo apt-get install graphviz
4646 apt-get update && sudo apt-get upgrade
4747 pip install --upgrade pip
48- pip install -ve .[doc,flows] --upgrade
4948 git clone --recursive https://github.com/xinetzone/maple-font.git
5049 cd maple-font
51- pip install -ve .
50+ pip install -ve .[doc,flows,dev]
5251 maple-font build --full
5352 conda install -c conda-forge pandoc compilers podman
5453 - name : 🔧 Build HTML
Original file line number Diff line number Diff line change 11[project ]
22name = " torch-book"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " 道法自然"
55authors = [
66 {name = " xinetzone" , email = " 735613050@qq.com" },
77]
8- requires-python = " >=3.10 "
8+ requires-python = " >=3.12 "
99readme = " README.md"
1010license = {file = " LICENSE" }
1111maintainers = [
@@ -18,15 +18,14 @@ Home = "https://github.com/xinetzone/torch-book"
1818
1919[project .optional-dependencies ]
2020doc = [
21- " xyzstyle " ,
21+ " mystx " ,
2222 " sphinx" ,
2323 # "ablog",
2424 " ipywidgets" ,
2525 " folium" ,
2626 " numpy" ,
2727 " matplotlib" ,
2828 " sphinx-comments" ,
29- " myst-nb" ,
3029 " nbclient" ,
3130 " pandas" ,
3231 " plotly" ,
You can’t perform that action at this time.
0 commit comments