super-gradients icon indicating copy to clipboard operation
super-gradients copied to clipboard

Python version (3.10) requirement in documentation is not consistent

Open MichaelUray opened this issue 1 year ago • 0 comments

📚 Documentation Improvement

So far as I understand is the Python version up to 3.10 supported since version 3.1.3 of super-gradients / YOLO NAS, https://github.com/Deci-AI/super-gradients/blob/2c7e41d6c2e94353f401208776968255c25368f0/README.md?plain=1#L147

but the documentation shows only support up to 3.9 in the Github repository https://github.com/Deci-AI/super-gradients/blob/2c7e41d6c2e94353f401208776968255c25368f0/README.md?plain=1#L521

as well as in the official documentation (which is maybe automatically derived from Github).

Requirements General requirements Python 3.7, 3.8 or 3.9 installed.

https://docs.deci.ai/super-gradients/latest/documentation/source/installation.html

MichaelUray avatar Feb 11 '24 09:02 MichaelUray