Skip to content

Commit

Permalink
Remove upper boundary from jupyter_packaging version (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangenau authored Nov 21, 2024
1 parent 6510478 commit 30a1ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["jupyter_packaging~=0.7.9", "jupyterlab~=3.0", "setuptools>=40.8.0", "wheel"]
requires = ["jupyter_packaging>=0.7.9", "jupyterlab~=3.0", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["jupyter_packaging~=0.7.9", "setuptools>=40.8.0", "wheel", "versioneer-518"]
requires = ["jupyter_packaging>=0.7.9", "setuptools>=40.8.0", "wheel", "versioneer-518"]
build-backend = "setuptools.build_meta"

0 comments on commit 30a1ff5

Please sign in to comment.