Skip to content

Commit 9d119d9

Browse files
committed
Fix versions
1 parent 99d9318 commit 9d119d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/dev_release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ conda deactivate
1010
conda remove --all -y -n releasewidgets
1111
rm -rf ipywidgets
1212
13-
conda create -c conda-forge --override-channels -y -n releasewidgets notebook "nodejs==16.*" "yarn<2" twine jupyterlab=3 jupyter-packaging jq python==3.9
13+
conda create -c conda-forge --override-channels -y -n releasewidgets "nodejs==16.*" "yarn=3" twine jupyterlab=4 jupyter-packaging jq python==3.9
1414
conda activate releasewidgets
1515
1616
git clone [email protected]:jupyter-widgets/ipywidgets.git

jupyterlab_widgets/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["jupyter_packaging~=0.7.9", "jupyterlab~=3.0", "setuptools>=40.8.0", "wheel"]
2+
requires = ["jupyter_packaging~=0.7.9", "jupyterlab~=4.0", "setuptools>=40.8.0", "wheel"]
33
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)