From a93eb2fa1dc28b0c75f3fa543936c9442c5ea128 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 29 Jan 2025 19:54:56 +0100 Subject: [PATCH] Update pyproject.toml Signed-off-by: Glenn Jocher --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e5c967..c67cba1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,8 @@ classifiers = [# Optional, for a list of valid classifiers, see https://pypi.org "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Software Development", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence", @@ -67,7 +69,7 @@ dependencies = [ "mkdocstrings[python]", "mkdocs-jupyter", # notebooks "mkdocs-redirects", # 301 redirects - "mkdocs-ultralytics-plugin>=0.1.8", # for meta descriptions and images, dates and authors + "mkdocs-ultralytics-plugin>=0.1.16", # for meta descriptions and images, dates and authors "mkdocs-macros-plugin>=1.0.5" # duplicating content (i.e. export tables) in multiple places ]