File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ commands:
58
58
source .venv/bin/activate
59
59
uv pip install .
60
60
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"
61
65
cd plotly/labextension
62
66
npm ci
63
67
npm run build
@@ -276,7 +280,9 @@ jobs:
276
280
curl -LsSf https://astral.sh/uv/install.sh | sh
277
281
uv venv
278
282
source .venv/bin/activate
279
- uv pip install jupyter
283
+ ## TODO: upgrade jupyter dependency when we
284
+ ## can upgrade the docs version of jupyterlab.
285
+ uv pip install "jupyterlab<4"
280
286
cd plotly/labextension
281
287
npm ci
282
288
npm run build
@@ -325,7 +331,9 @@ jobs:
325
331
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
326
332
uv pip uninstall plotly
327
333
uv pip install -e .
328
- uv pip install jupyter
334
+ ## TODO: upgrade jupyter dependency when we
335
+ ## can upgrade the docs version of jupyterlab.
336
+ uv pip install "jupyterlab<4"
329
337
cd plotly/labextension
330
338
npm ci
331
339
npm run build
You can’t perform that action at this time.
0 commit comments