From 7c635f7f9c5bbf1e54033c064d18e775af383cba Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:24:16 -0700 Subject: [PATCH] That did not work. Revert "I see the following error in PR #22156 (https://github.com/spyder-ide/spyder/actions/runs/9451452145/job/26032800727?pr=22156)" This reverts commit 2d82c00bdb4c2c66bd7fd74d8eaacf552bb9bd6e. --- installers/macOS/req-build.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/installers/macOS/req-build.txt b/installers/macOS/req-build.txt index 30b00c225c2..683cbd5a3a2 100644 --- a/installers/macOS/req-build.txt +++ b/installers/macOS/req-build.txt @@ -1,7 +1,6 @@ # For building standalone Mac app black==24.1.1 # Pin it to add missing modules to the bundle. See workflow file for the details. dmgbuild>=1.4.2 -jupyter_client<=8.6.1 py2app==0.28.4 setuptools<70.0.0 sphinx==5.1.1 # See spyder-ide/spyder#19618 for details.