Skip to content

Commit 3b91f5d

Browse files
committed
Pin jupyterlab version in dev build CI
1 parent b371688 commit 3b91f5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,9 @@ jobs:
241241
uv venv
242242
source .venv/bin/activate
243243
uv pip install -e .
244-
uv pip install -r ./test_requirements/requirements_core.txt black inflect jupyterlab
244+
## TODO: upgrade jupyter dependency when we
245+
## can upgrade the docs version of jupyterlab.
246+
uv pip install -r ./test_requirements/requirements_core.txt black inflect "jupyterlab<4"
245247
- run:
246248
name: Update plotly.js to dev
247249
command: |

0 commit comments

Comments
 (0)