Skip to content

Commit

Permalink
replacing rise with jupyterlab-rise allows binder to get build (#400)
Browse files Browse the repository at this point in the history
* replace opsolete rise with jupyterlab extension instead

* unpin python
  • Loading branch information
Mikejmnez committed Nov 10, 2023
1 parent df6c6ac commit 44b3d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: rise-environment
channels:
- conda-forge
dependencies:
- python=3.10
- python
- numpy
- matplotlib
- pandas
- bokeh
- rise
- dask
- distributed
- bottleneck
Expand All @@ -29,3 +28,4 @@ dependencies:
- pip:
- git+https://github.com/hainegroup/oceanspy.git
- jupyter-contrib-nbextensions
- jupyterlab-rise

0 comments on commit 44b3d52

Please sign in to comment.