Skip to content

Commit

Permalink
Update environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas authored Sep 12, 2023
1 parent 6a33d35 commit 4011175
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ dependencies:
- matplotlib
- pandas
- pip
# jupysql-plugin doesn't work with jupyterlab 4
- jupyterlab<4
- pip:
# duckdb example
- duckdb
Expand All @@ -21,8 +19,11 @@ dependencies:
# required to open .md files as nbs
# pinning it because recent versions give
# trouble, I think it's because they migrated
# to jupyterlab 4
# to jupyterlab 4. We cannot use jupyterlab 4
# because jupysql-plugin is not compatible
- jupytext<1.15
- jupyterlab<4
- jupyter-server<2
# jupysql
- --editable .
- jupysql-plugin
- jupysql-plugin

0 comments on commit 4011175

Please sign in to comment.