Skip to content

Commit 541ff3e

Browse files
author
liuxinwei
committed
build: 更新项目版本至 0.0.8 并优化依赖项
重构可选依赖项分组,将部分依赖项移至新的 flows 分组以提升依赖管理的清晰度
1 parent a553af9 commit 541ff3e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "taolib"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "道可道,非恒道"
55
authors = [
66
{name = "xinetzone", email = "[email protected]"},
@@ -21,19 +21,14 @@ Documentation = "https://taolib.readthedocs.io/"
2121

2222
[project.optional-dependencies]
2323
doc = [
24-
"xyzstyle",
25-
"invoke",
2624
"xyzstyle",
2725
"sphinx",
2826
# "ablog",
2927
"ipywidgets",
3028
"folium",
31-
"numpy",
32-
"matplotlib",
3329
"sphinx-comments",
3430
"myst-nb",
3531
"nbclient",
36-
"pandas",
3732
"plotly",
3833
"kaleido",
3934
"anywidget[dev]", # https://pypi.org/project/anywidget/
@@ -53,3 +48,9 @@ doc = [
5348
"sphinxcontrib-mermaid",
5449
]
5550

51+
flows = [
52+
"invoke",
53+
"pandas",
54+
"numpy",
55+
"matplotlib",
56+
]

0 commit comments

Comments
 (0)