From 52ab62d6a859d8518b42145adead58f2a891d6a5 Mon Sep 17 00:00:00 2001 From: Neil Ortega Date: Mon, 16 Jun 2025 16:07:48 +0100 Subject: [PATCH] Remove note on Python 3.11 --- docs/installation.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index e4eda82..8ecee07 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -19,9 +19,6 @@ To install ``lambeq`` with optional dependencies for experimental features:: pip install lambeq[experimental] -.. note:: - For best results with the experimental features, use Python 3.11. - DepCCG support --------------