From 33cce76ef4757982ebfc751e0b789663f3de4d50 Mon Sep 17 00:00:00 2001 From: Christopher Yamas Date: Mon, 11 May 2026 08:16:16 -0400 Subject: [PATCH] pin setuptools<81 in docs requirements to keep pkg_resources available --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0d351e78..dab8d313 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,5 +10,5 @@ mkdocs-mermaid2-plugin mkdocs-redirects pandas pyyaml -setuptools +setuptools<81 tabulate