We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3c0e07 + 0322712 commit 0c8d69fCopy full SHA for 0c8d69f
doc/Makefile
@@ -57,7 +57,7 @@ build-and-check-requirements: requirements.txt check-requirements
57
# See https://modelpredict.com/wht-requirements-txt-is-not-enough
58
requirements.txt: requirements.in $(PYTHON_VIRTUALENV_ACTIVATE)
59
. $(PYTHON_VIRTUALENV_ACTIVATE) \
60
- && pip install --upgrade pip \
+ && pip install --upgrade 'pip!=25.3' \
61
&& pip install pip-tools \
62
&& pip-compile requirements.in
63
0 commit comments