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.
jupyter-core<5.8.0
1 parent 22016bb commit e0544fbCopy full SHA for e0544fb
.github/workflows/build.yml
@@ -157,11 +157,6 @@ jobs:
157
run: |
158
${{ matrix.py_cmd }} -m pip freeze
159
${{ matrix.py_cmd }} -m pip check
160
- - name: Temporary pin for jupyter-core on Windows
161
- if: matrix.os == 'windows-latest'
162
- run: |
163
- # See https://github.com/jupyter-server/jupyter_server/issues/1527
164
- ${{ matrix.py_cmd }} -m pip install "jupyter-core<5.8.0"
165
- name: Validate the install
166
167
jupyter labextension list
0 commit comments