blob: fa0e07c6f53745e34c681c86efc32bab93a606f4 (
plain) (
blame)
1
2
3
4
5
6
7
|
--- pyproject.toml.orig 2024-09-17 09:27:39 UTC
+++ pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["jupyter_packaging~=0.7.9", "jupyterlab>=3.0.0,==3.*", "setuptools>=40.8.0", "wheel"]
+requires = ["jupyter_packaging>=0.7.9", "jupyterlab>=3.0.0", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"
|