You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the dependencies in the pyproject.toml (like "django>=4.2,<5.0",) don't have the patch version specified and will require an extra pip install -U django to be upgraded for new patch releases.
The pip install -U rdmo --force-reinstall command will upgrade those dependencies as well.
Reinstall package(s), and their dependencies, even if they are already up-to-date. Where package(s) are not up-to-date, upgrade these to the latest version (unless version specifiers are used).
Sometimes
--force-reinstall
is needed to upgrade patch release in a current installationrdmorganiser/rdmo#886 (comment)
The text was updated successfully, but these errors were encountered: