Skip to content

Commit 5b0bb31

Browse files
authored
Merge pull request #32 from Telecommunication-Telemedia-Assessment/python3.9
bump python version compatibility, allow running with python 3.13
2 parents 16be60d + 88529f4 commit 5b0bb31

File tree

3 files changed

+357
-228
lines changed

3 files changed

+357
-228
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ The following is required for native execution – for Docker, see the next sect
5656

5757
* Linux 64-bit (Currently the model is only tested on Ubuntu >= 18.04, i.e. 18.04, 20.04, 22.04)
5858
* git
59-
* Python 3 (`python3`, `python3-pip`, `python3-venv`)
60-
* `poetry` (e.g. `pip3 install poetry`)
59+
* Python 3.9 or higher (`python3`, `python3-pip`, `python3-venv`)
60+
* `poetry` 2.0 or higher (e.g. `pip3 install poetry`)
6161
* `ffmpeg`
6262
* [bitstream_mode3_videoparser](https://github.com/Telecommunication-Telemedia-Assessment/bitstream_mode3_videoparser)
6363
* all dependencies for the bitstream_mode3_videoparser are required, so please install them first

0 commit comments

Comments
 (0)