Skip to content

Commit b7a8cb2

Browse files
Merge pull request #127 from ihuicatl/jpackaging
Fix error when building the extension
2 parents 4dd7179 + 1a0b649 commit b7a8cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["jupyter_packaging~=0.10,<0.12", "jupyterlab>=3,<4"]
2+
requires = ["jupyter_packaging~=0.10,!=0.12,<2", "jupyterlab>=3,<4"]
33
build-backend = "jupyter_packaging.build_api"
44

55
[tool.jupyter-packaging.options]

0 commit comments

Comments
 (0)