Files
macports-ports/python/py-bqplot/files/patch-pyproject.toml.diff
2026-06-21 10:47:23 -05:00

8 lines
340 B
Diff

--- pyproject.toml.orig 2026-05-07 03:33:42
+++ pyproject.toml 2026-06-21 06:08:40
@@ -1,3 +1,3 @@
[build-system]
-requires = ["jupyter_packaging~=0.12.2", "jupyterlab==4.*", "setuptools>=40.8.0", "wheel"]
+requires = ["jupyter_packaging>=0.12.2", "jupyterlab==4.*", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"