Skip to content

Commit f8a3e01

Browse files
Update myst-nb requirement from <0.18,>=0.17.0 to >=0.17.0,<1.1
Updates the requirements on [myst-nb](https://github.com/executablebooks/myst-nb) to permit the latest version. - [Release notes](https://github.com/executablebooks/myst-nb/releases) - [Changelog](https://github.com/executablebooks/MyST-NB/blob/master/CHANGELOG.md) - [Commits](executablebooks/MyST-NB@v0.17.0...v1.0.0) --- updated-dependencies: - dependency-name: myst-nb dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d9384a commit f8a3e01

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
@@ -49,7 +49,7 @@ docs = [
4949
"sphinx-book-theme>=1.0.0,<1.2",
5050
"sphinxcontrib-bibtex>=2.5.0,<2.7",
5151
"myst-parser>=0.18.0,<2.1",
52-
"myst-nb>=0.17.0,<0.18",
52+
"myst-nb>=0.17.0,<1.1",
5353
]
5454
notebooks = [
5555
"scikit-learn>=1.2.0,<1.4",

0 commit comments

Comments
 (0)