Skip to content

Commit

Permalink
try upgrading sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
wistuba committed Aug 24, 2024
1 parent 60c1e0d commit 96049cb
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 49 deletions.
95 changes: 48 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ numpy = "^1.23.4"
tensorflow-cpu = { version = "^2.11.0", markers = "sys_platform != 'darwin'" }
tensorflow-macos = { version = "2.13.1", markers = "sys_platform == 'darwin'" }
array-record = { version = "0.4.1", markers = "sys_platform == 'darwin'" }
Sphinx = { version = "^5.3.0", optional = true }
Sphinx = { version = "^7.0.0", optional = true }
sphinx-autodoc-typehints = { version = "^1.19.5", optional = true }
nbsphinx = { version = "^0.8.10", optional = true }
nbsphinx-link = { version = "^1.3.0", optional = true }
Expand Down Expand Up @@ -65,7 +65,7 @@ tabulate = "^0.9.0"
tensorflow-datasets = "^4.8.3"
xlrd = "^2.0.1"
openpyxl = "^3.1.2"
myst-nb = "^0.17.1"
myst-nb = "^1.1.0"
jupytext = "^1.14.5"

[build-system]
Expand Down

0 comments on commit 96049cb

Please sign in to comment.