<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- pyproject.toml.orig	2024-03-01 11:09:17.000000000 +0300
+++ pyproject.toml	2024-03-01 11:31:40.000000000 +0300
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["hatchling&gt;=1.11", "jupyterlab&gt;=4.1.1,&lt;4.2"]
+requires = ["hatchling&gt;=1.11"]
 build-backend = "hatchling.build"
 
 [project]
@@ -162,7 +162,7 @@
 build_cmd = "build:prod"
 source_dir = "packages"
 build_dir = "notebook/static"
-npm = ["jlpm"]
+npm = ["jlpm-@@PYTHON_BRANCH@@"]
 
 [tool.hatch.build.hooks.jupyter-builder.editable-build-kwargs]
 build_cmd = "build"
</pre></body></html>