From e0544fbbdb13c7606ac204dfde2f83a3fd896c1d Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 27 May 2025 10:12:23 +0200 Subject: [PATCH] Revert "CI: pin to `jupyter-core<5.8.0` on Windows (#7655)" This reverts commit 22016bb249d2d130c09a41f396b226d8be82571a. --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8683cb6f01..8f36140033 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -157,11 +157,6 @@ jobs: run: | ${{ matrix.py_cmd }} -m pip freeze ${{ matrix.py_cmd }} -m pip check - - name: Temporary pin for jupyter-core on Windows - if: matrix.os == 'windows-latest' - run: | - # See https://github.com/jupyter-server/jupyter_server/issues/1527 - ${{ matrix.py_cmd }} -m pip install "jupyter-core<5.8.0" - name: Validate the install run: | jupyter labextension list