From fd2f3bf9d6d13b7887af7e1b761c46b38866d430 Mon Sep 17 00:00:00 2001 From: Halvor Lund Date: Mon, 3 Jun 2024 12:11:44 +0200 Subject: [PATCH] Add setuptools as requirement Seems necessary for sphinxcontrib-bibtex --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 32e6a0f..808f599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ sphinxcontrib-bibtex = "^2.5.0" sphinx-gallery = "^0.15.0" pydata-sphinx-theme = "^0.15.0" matplotlib = "^3.6.0" +setuptools = "^70.0.0" [tool.poetry-dynamic-versioning] enable = true