From 51cf45559ddf0806107939b857f57caadafe17ca Mon Sep 17 00:00:00 2001 From: Moritz Gunz Date: Fri, 13 Dec 2024 13:29:14 +0100 Subject: [PATCH] add version notes to readme --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 4793b3fc0f..2835ececac 100644 --- a/README.rst +++ b/README.rst @@ -72,3 +72,10 @@ Questions can also be asked on .. image:: https://github.com/rwth-i6/returnn/workflows/CI/badge.svg :target: https://github.com/rwth-i6/returnn/actions + +Dependencies +============ + +pip dependencies are listed in ``requirements.txt`` and ``requirements-dev``, although some parts of the code may require additional dependencies (e.g. ``librosa``, ``resampy``) on-demand. + +RETURNN supports Python >= 3.8. Bumps to the minimum Python version are listed in `CHANGELOG.md `__.