From 4928234bac64118849cd8fb8e161beb47a6823ec Mon Sep 17 00:00:00 2001 From: Farhaan Bukhsh Date: Mon, 4 May 2026 14:06:12 +0530 Subject: [PATCH] chore: update readme for verawood dependency Signed-off-by: Farhaan Bukhsh --- requirements/edx-sandbox/README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/requirements/edx-sandbox/README.rst b/requirements/edx-sandbox/README.rst index d4b1ab8199a1..96c90ee911f4 100644 --- a/requirements/edx-sandbox/README.rst +++ b/requirements/edx-sandbox/README.rst @@ -92,3 +92,18 @@ releases/ulmo.txt * SciPy is upgraded from 1.15.2 to 1.16.3 .. _SciPy changelog: https://docs.scipy.org/doc/scipy/release.html + +releases/verawood.txt +--------------------- + +* Frozen at the time of the Verawood release +* BREAKING CHANGE: Drops support for Python 3.11 +* Supports Python 3.12 +* NumPy is upgraded to 1.26.4 +* SciPy is upgraded to 1.17.1 +* Several other libraries (such as matplotlib, nltk, sympy) have also been updated + to newer versions. These upgrades continue improvements for Python 3.12 + compatibility and include minor dependency refreshes. + +.. _SciPy changelog: https://docs.scipy.org/doc/scipy/release.html +.. _NumPy changelog: https://numpy.org/doc/stable/release.html