We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9529233 + 17d503c commit c7b1295Copy full SHA for c7b1295
requirements/pip.in
@@ -2,6 +2,8 @@
2
# Core dependencies for installing other packages
3
4
pip
5
-setuptools
6
-wheel
+# pinning these versions because newer versions are not available for Python 3.8.
+# They will be unpinned once we upgrade all our Jenkins jobs to Python 3.9 or a newer version:
7
+setuptools==75.3.0
8
+wheel==0.44.0
9
requirements/pip.txt
@@ -4,13 +4,13 @@
#
# make upgrade
-wheel==0.45.1
# via -r requirements/pip.in
10
# The following packages are considered to be unsafe in a requirements file:
11
pip==24.2
12
# via
13
# -c requirements/common_constraints.txt
14
# -r requirements/pip.in
15
-setuptools==75.8.2
16
0 commit comments