From c9fa31fc259c4bbeae8dba8b61c625cab88ba004 Mon Sep 17 00:00:00 2001 From: Will Dean Date: Fri, 15 Nov 2024 15:14:17 -0500 Subject: [PATCH 1/2] update the python version --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 28cf4c9a3..d6227e802 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,7 +21,7 @@ Where we grow the next batch of cool PyMC features Dependencies ============ -PyMC experimental is tested on Python 3.8+ and depends on PyMC V5. +PyMC experimental is tested on Python 3.10+ and depends on PyMC V5. Installation ============ From 8b1eaab253bca1609b29415f30edf7529149c2ec Mon Sep 17 00:00:00 2001 From: Will Dean Date: Fri, 15 Nov 2024 16:14:11 -0500 Subject: [PATCH 2/2] remove section entirely --- docs/index.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index d6227e802..d8bfb0075 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,11 +18,6 @@ PyMC experimental Where we grow the next batch of cool PyMC features - -Dependencies -============ -PyMC experimental is tested on Python 3.10+ and depends on PyMC V5. - Installation ============