Skip to content

Commit f942e97

Browse files
committed
Pin version of jupyterlab in optional test requirements file
1 parent 3b91f5d commit f942e97

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.circleci/config.yml

-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ commands:
5858
source .venv/bin/activate
5959
uv pip install .
6060
uv pip install -r ./test_requirements/requirements_optional.txt
61-
62-
## TODO: upgrade jupyter dependency when we
63-
## can upgrade the docs version of jupyterlab.
64-
uv pip install "jupyterlab<4"
6561
cd plotly/labextension
6662
npm ci
6763
npm run build

test_requirements/requirements_optional.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pytest
88
pytz
99
ipython
1010
jupyter
11+
jupyterlab<4 # TODO: remove this when we can update docs to use jupyterlab 4
1112
anywidget
1213
scipy
1314
Shapely

0 commit comments

Comments
 (0)