Files

8 lines
340 B
Diff
Raw Permalink Normal View History

2026-06-21 10:47:23 -05:00
--- pyproject.toml.orig 2026-05-07 03:33:42
+++ pyproject.toml 2026-06-21 06:08:40
2022-05-18 09:13:47 -04:00
@@ -1,3 +1,3 @@
[build-system]
2026-06-21 10:47:23 -05:00
-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"]
2022-05-18 09:13:47 -04:00
build-backend = "setuptools.build_meta"