Skip to content

Commit

Permalink
Ignore submodule for linting, add dependencies to binder
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Oct 8, 2023
1 parent 5a3054a commit e0fa892
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
**/package.json
!/package.json
jupyterlab-transformers-completer
jupyterlab
3 changes: 3 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ dependencies:
# runtime dependencies
- python >=3.10,<3.11.0a0
- jupyterlab >=4.0.0,<5
# lab dev
- hatch
- build
# labextension build dependencies
- nodejs >=18,<19
- pip
Expand Down

0 comments on commit e0fa892

Please sign in to comment.