Skip to content

Commit

Permalink
Pin for jupyter-client to 7.4.9 (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Jan 30, 2023
1 parent 95d3740 commit 59ef52f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Future Release
* Enhancements
* Fixes
* Changes
* Pin for jupyter-client to 7.4.9 for documentation (:pr:`1624`)
* Documentation Changes
* Testing Changes
* Add ruff for linting and replace isort/flake8 (:pr:`1614`)
Expand Down
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ docs = [
"nbconvert == 6.5.0",
"ipython == 8.4.0",
"jupyter == 1.0.0",
"woodwork[dask]",
"woodwork[spark]",
"woodwork[test]",
"jupyter-client == 7.4.9",
"woodwork[dask, spark, test]",
]
dev = [
"ruff >= 0.0.231",
Expand All @@ -96,9 +95,7 @@ dev = [
"woodwork[docs, dask, spark, test]",
]
complete = [
"woodwork[dask]",
"woodwork[spark]",
"woodwork[updater]",
"woodwork[dask, spark, updater]",
]

[tool.setuptools]
Expand Down

0 comments on commit 59ef52f

Please sign in to comment.