We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b91f5d commit f942e97Copy full SHA for f942e97
.circleci/config.yml
@@ -58,10 +58,6 @@ commands:
58
source .venv/bin/activate
59
uv pip install .
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"
65
cd plotly/labextension
66
npm ci
67
npm run build
test_requirements/requirements_optional.txt
@@ -8,6 +8,7 @@ pytest
8
pytz
9
ipython
10
jupyter
11
+jupyterlab<4 # TODO: remove this when we can update docs to use jupyterlab 4
12
anywidget
13
scipy
14
Shapely
0 commit comments