We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a553af9 commit 541ff3eCopy full SHA for 541ff3e
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "taolib"
3
-version = "0.0.7"
+version = "0.0.8"
4
description = "道可道,非恒道"
5
authors = [
6
{name = "xinetzone", email = "[email protected]"},
@@ -21,19 +21,14 @@ Documentation = "https://taolib.readthedocs.io/"
21
22
[project.optional-dependencies]
23
doc = [
24
- "xyzstyle",
25
- "invoke",
26
"xyzstyle",
27
"sphinx",
28
# "ablog",
29
"ipywidgets",
30
"folium",
31
- "numpy",
32
- "matplotlib",
33
"sphinx-comments",
34
"myst-nb",
35
"nbclient",
36
- "pandas",
37
"plotly",
38
"kaleido",
39
"anywidget[dev]", # https://pypi.org/project/anywidget/
@@ -53,3 +48,9 @@ doc = [
53
48
"sphinxcontrib-mermaid",
54
49
]
55
50
51
+flows = [
52
+ "invoke",
+ "pandas",
+ "numpy",
+ "matplotlib",
56
+]
0 commit comments