From 41c52632a66e6802d4e3e52557becd60b1af44bd Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 27 May 2025 10:41:13 +0200 Subject: [PATCH] Backport PR #7657: Revert "CI: pin to `jupyter-core<5.8.0` on Windows" --- .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