pip found an older version of a dependency that would satisfy all requirements, but your requirements exclude it. This is resolvable by loosening version constraints.
Fixes How to fix 'Resolvable dependency conflict' in pip
# How to fix 'Resolvable dependency conflict' in pip
pip's dependency resolver found that an older version would work, but your version constraints or Python version prevent it. Unlike unsolvable conflicts, pip can suggest a resolution by downgrading to older package versions that all have compatible dependencies.
Review the error message above and identify which cause applies to your situation. Run additional diagnostics if needed.
Follow the corresponding solution from the causes section above.
Once you've addressed the root cause, try running 'pip install' again.