We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485d883 commit 992a2b3Copy full SHA for 992a2b3
requirements/constraints.txt
@@ -10,3 +10,7 @@
10
11
# Common constraints for edx repos
12
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
13
+
14
+# pip 25.x is incompatible with pip-tools 7.5.1 causing 'use_pep517' AttributeError
15
+# Keeping pip < 25.0 until pip-tools is updated to support pip 25.x
16
+pip<25.0
0 commit comments