global: reduce pip backtracking for Python 3.10 #669
Labels
complexity: medium
priority: medium
type: bug
Indicates an unexpected problem or unintended behaviour
Trying to install the HEPData software in a Python 3.10 environment gives an info message:
followed eventually by an error message:
We might need to simplify the dependency resolution, for example, by combining the dependencies from
requirements.txt
andsetup.py
, to allow use of Python 3.10. End-of-life for Python 3.9 is not until 5th October 2025, so the move to Python 3.10 is not urgent. See https://pip.pypa.io/warnings/backtracking for more information.The text was updated successfully, but these errors were encountered: