Skip to content

Commit 59ef52f

Browse files
authoredJan 30, 2023
Pin for jupyter-client to 7.4.9 (#1624)
1 parent 95d3740 commit 59ef52f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed
 

‎docs/source/release_notes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Future Release
88
* Enhancements
99
* Fixes
1010
* Changes
11+
* Pin for jupyter-client to 7.4.9 for documentation (:pr:`1624`)
1112
* Documentation Changes
1213
* Testing Changes
1314
* Add ruff for linting and replace isort/flake8 (:pr:`1614`)

‎pyproject.toml

+3-6
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ docs = [
8383
"nbconvert == 6.5.0",
8484
"ipython == 8.4.0",
8585
"jupyter == 1.0.0",
86-
"woodwork[dask]",
87-
"woodwork[spark]",
88-
"woodwork[test]",
86+
"jupyter-client == 7.4.9",
87+
"woodwork[dask, spark, test]",
8988
]
9089
dev = [
9190
"ruff >= 0.0.231",
@@ -96,9 +95,7 @@ dev = [
9695
"woodwork[docs, dask, spark, test]",
9796
]
9897
complete = [
99-
"woodwork[dask]",
100-
"woodwork[spark]",
101-
"woodwork[updater]",
98+
"woodwork[dask, spark, updater]",
10299
]
103100

104101
[tool.setuptools]

0 commit comments

Comments
 (0)