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 dfdacb5 commit ee9532d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,16 @@ dependencies:
- lxml
- pip:
- .
# NotebookCollection example
- jupytext
# NotebookCollection example needs jupytext
# we pin these versions because it'll break
# with most recent ones. I think it's due to
# an incompatibility between jupytext
# and jupyter-server
- jupytext<1.15
- jupyterlab<4
- jupyter-server<2
- ploomber-engine
- seaborn
- ipywidgets
- jupysql
- jupysql

0 comments on commit ee9532d

Please sign in to comment.