We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689f472 commit bad4bd6Copy full SHA for bad4bd6
1 file changed
dev_tools/requirements/deps/runtime.txt
@@ -13,3 +13,9 @@ sympy
13
# Transitive dependency. Versions 1.3.3+ require Python 311. Constraining it
14
# lets us produce a single set of requirements files for Python 3.10 - 3.12.
15
contourpy<1.3.3
16
+
17
+# Another transitive dependency. We don't care about the version of this
18
+# backport because it's only needed for a pytest extension. However, because we
19
+# run pip-compile in Python 3.10 for maximum compatibility, we need to add an
20
+# explicit constraint to keep this package out of the requirements files.
21
+backports-asyncio-runner ; python_full_version < '3.11'
0 commit comments