Skip to content

Commit

Permalink
pin jupyterlab in conda similar to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Sep 8, 2023
1 parent 25848cb commit 54a10f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
- jupyterlab>=3.0.0,<3.6
- jupyter-packaging
- jupyter-sphinx
- scipy
Expand Down
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ dependencies:
- pip
- wheel
- flake8
- jupyterlab
- jupyterlab>=3.0.0,<3.6
- jupyter-packaging
- ipywidgets
- xyzservices
- branca
- traittypes
- jupyter-packaging~=0.7.9
- pandas
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", "jupyterlab>=3.0.0,<3.6", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"

0 comments on commit 54a10f0

Please sign in to comment.