diff --git a/binder/environment.yml b/binder/environment.yml index d07f7c2..3e6df41 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -11,10 +11,10 @@ channels: dependencies: # runtime dependencies - - python >=3.8,<3.9.0a0 - - jupyterlab >=3,<4.0.0a0 + - python >=3.8,<3.13.0a0 + - jupyterlab >=4,<5.0.0a0 # labextension build dependencies - - nodejs >=18,<19 + - nodejs >=18,<21 - pip - wheel # additional packages for demos diff --git a/pyproject.toml b/pyproject.toml index d1d5582..1fb6b41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.7" classifiers = [ "Framework :: Jupyter", "Framework :: Jupyter :: JupyterLab", - "Framework :: Jupyter :: JupyterLab :: 3", + "Framework :: Jupyter :: JupyterLab :: 4", "Framework :: Jupyter :: JupyterLab :: Extensions", "Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt", "License :: OSI Approved :: BSD License",