Skip to content

Commit 384e65d

Browse files
committed
RHOAIENG-16955: bump setuptools to 78.1.1 across all relevant Pipfiles.
* #1123 ``` Building argon2-cffi-bindings==25.1.0 × Failed to download and build `argon2-cffi-bindings==25.1.0` ├─▶ Failed to resolve requirements from `build-system.requires` ├─▶ No solution found when resolving: `setuptools>=77`, │ `setuptools-scm[toml]>=6.2`, `cffi>=1.0.1 ; python_full_version < │ '3.14'`, `cffi>=2.0.0b1 ; python_full_version >= '3.14'` ╰─▶ Because you require setuptools>=77 and setuptools==75.8.2, we can conclude that your requirements are unsatisfiable. ```
1 parent a183840 commit 384e65d

File tree

6 files changed

+6
-6
lines changed
  • jupyter
    • datascience/ubi9-python-3.12
    • minimal/ubi9-python-3.12
    • pytorch+llmcompressor/ubi9-python-3.11
    • pytorch/ubi9-python-3.12
    • tensorflow/ubi9-python-3.12
  • runtimes/pytorch+llmcompressor/ubi9-python-3.11

6 files changed

+6
-6
lines changed

jupyter/datascience/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ nbgitpuller = "~=1.2.2"
4545

4646
# Base packages
4747
wheel = "~=0.45.1"
48-
setuptools = "~=75.8.2"
48+
setuptools = "~=78.1.1"
4949

5050
[requires]
5151
python_version = "3.12"

jupyter/minimal/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nbgitpuller = "~=1.2.2"
1818

1919
# Base packages
2020
wheel = "~=0.45.1"
21-
setuptools = "~=75.8.2"
21+
setuptools = "~=78.1.1"
2222

2323
[requires]
2424
python_version = "3.12"

jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ nbgitpuller = "~=1.2.2"
7070

7171
# Base packages
7272
wheel = "~=0.45.1"
73-
setuptools = "~=75.8.2"
73+
setuptools = "~=78.1.1"
7474

7575
[requires]
7676
python_version = "3.11"

jupyter/pytorch/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ nbgitpuller = "~=1.2.2"
5555

5656
# Base packages
5757
wheel = "~=0.45.1"
58-
setuptools = "~=75.8.2"
58+
setuptools = "~=78.1.1"
5959

6060
[requires]
6161
python_version = "3.12"

jupyter/tensorflow/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ nbgitpuller = "~=1.2.2"
5050

5151
# Base packages
5252
wheel = "~=0.45.1"
53-
setuptools = "~=75.8.2"
53+
setuptools = "~=78.1.1"
5454

5555
[requires]
5656
python_version = "3.12"

runtimes/pytorch+llmcompressor/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ traitlets = "~=5.14.3"
7070
urllib3 = "~=2.3.0"
7171

7272
# Base packages
73-
setuptools = "==75.8.2"
73+
setuptools = "~=78.1.1"
7474
wheel = "==0.45.1"
7575

7676
[requires]

0 commit comments

Comments
 (0)