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 f348ec3 commit 487a232Copy full SHA for 487a232
pyproject.toml
@@ -37,6 +37,7 @@ pandas = "^0.25.1"
37
# Refer to: https://github.com/sdispater/poetry/issues/129
38
# Issue to watch for: https://github.com/python-poetry/poetry/issues/1644
39
toml = { version = "^0.10.0", optional = true }
40
+jupyter = { version = "^1.0.0", optional = true }
41
42
[tool.poetry.dev-dependencies]
43
cython = "^0.29.13"
@@ -46,7 +47,6 @@ sphinx = "^2.4.4"
46
47
toml = "^0.10.0"
48
sphinx_rtd_theme = "^0.4.3"
49
pygments = "^2.6.1"
-jupyter = { version = "^1.0.0", optional = true }
50
51
[tool.poetry.extras]
52
docs = ["toml", "jupyter"]
0 commit comments