Skip to content

Commit 487a232

Browse files
committed
[EN-1642] jupyter optional
1 parent f348ec3 commit 487a232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pandas = "^0.25.1"
3737
# Refer to: https://github.com/sdispater/poetry/issues/129
3838
# Issue to watch for: https://github.com/python-poetry/poetry/issues/1644
3939
toml = { version = "^0.10.0", optional = true }
40+
jupyter = { version = "^1.0.0", optional = true }
4041

4142
[tool.poetry.dev-dependencies]
4243
cython = "^0.29.13"
@@ -46,7 +47,6 @@ sphinx = "^2.4.4"
4647
toml = "^0.10.0"
4748
sphinx_rtd_theme = "^0.4.3"
4849
pygments = "^2.6.1"
49-
jupyter = { version = "^1.0.0", optional = true }
5050

5151
[tool.poetry.extras]
5252
docs = ["toml", "jupyter"]

0 commit comments

Comments
 (0)