From 5048088d0c001df3bbc19b3d105c3a1436615e86 Mon Sep 17 00:00:00 2001 From: Barry57 <160387047+Barry57@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:03:27 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8aa8adc..c3154b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ 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 = "^7.0.0", optional = true } -sphinx-autodoc-typehints = { version = "^1.19.5", optional = true } +sphinx-autodoc-typehints = { version = "^2.5.0", optional = true } nbsphinx = { version = "^0.8.10", optional = true } nbsphinx-link = { version = "^1.3.0", optional = true } sphinx-gallery = { version = "^0.11.1", optional = true }