How to specify the pip version?

Please add the possibility to specify the pip version in the readme. It seems that newer versions (22.0.1>) break compatibility:

https://github.com/readthedocs/readthedocs.org/issues/8864

As an example, it could look like this:

---
python_version: 3.8.9
pip_version: 21.3.1
---
1 Like

This can be done in a separate file that you have to call pre-requirements.txt.

For further info read here: Handling Spaces Dependencies

2 Likes