Skip to content

Commit

Permalink
remove "<3.6" requirement for jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Sep 8, 2023
1 parent affaaf4 commit 06c2b9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:

dependencies:
- yarn
- jupyterlab>=3.0.0,<3.6
- jupyterlab>=3.0.0
- jupyter-packaging~=0.12
- jupyter-sphinx
- scipy
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- pip
- wheel
- flake8
- jupyterlab>=3.0.0,<3.6
- jupyterlab>=3.0.0
- jupyter-packaging~=0.12
- ipywidgets
- xyzservices
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build-system]
# avoid 3.6 so we don't need the rust buildchain
requires = ["jupyter_packaging~=0.12", "jupyterlab>=3.0.0,<3.6", "setuptools>=40.8.0", "wheel"]
requires = ["jupyter_packaging~=0.12", "jupyterlab>=3.0.0", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"

0 comments on commit 06c2b9a

Please sign in to comment.