Skip to content

Commit 10f6e09

Browse files
rwedgegsheni
andauthored
Unpin jupyter-client docs requirement (#2468)
* Update pyproject.toml * Update release_notes.rst --------- Co-authored-by: Gaurav Sheni <gvsheni@gmail.com>
1 parent 879ed5b commit 10f6e09

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/source/release_notes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ Future Release
1515
* Documentation Changes
1616
* Update ``release.md`` with instructions for launching Looking Glass performance test runs (:pr:`2461`)
1717
* Pin ``jupyter-client==7.4.9`` to fix broken documentation build (:pr:`2463`)
18+
* Unpin jupyter-client documentation requirement (:pr:`2468`)
1819
* Testing Changes
1920
* Add test suites for ``NumWords`` and ``NumCharacters`` primitives (:pr:`2459`, :pr:`2463`)
2021

2122
Thanks to the following people for contributing to this release:
22-
:user:`gsheni`, :user:`sbadithe`, :user:`thehomebrewnerd`
23+
:user:`gsheni`, :user:`rwedge`, :user:`sbadithe`, :user:`thehomebrewnerd`
2324

2425
v1.21.0 Jan 18, 2023
2526
====================

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ sklearn = [
9292
docs = [
9393
"ipython == 8.4.0",
9494
"jupyter == 1.0.0",
95-
"jupyter-client==7.4.9",
95+
"jupyter-client >= 8.0.2",
9696
"matplotlib == 3.5.2",
9797
"Sphinx == 5.1.1",
9898
"nbsphinx == 0.8.9",

0 commit comments

Comments
 (0)