Skip to content

Commit

Permalink
Merge pull request #59 from s-weigand/update-binder-config
Browse files Browse the repository at this point in the history
[TOOLING] Update binder config and dependencies
  • Loading branch information
s-weigand committed Aug 12, 2020
2 parents fc566f3 + 5427dda commit 05c5ef6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 43 deletions.
3 changes: 2 additions & 1 deletion binder/apt.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
texlive-xetex
texlive-latex-base
texlive-latex-recommended
texlive-science
texlive-latex-extra
texlive-fonts-recommended
dvipng
ghostscript
ghostscript
18 changes: 11 additions & 7 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,29 @@ channels:
- conda-forge
dependencies:
# Jupyter
- jupyterlab=1.0
- nodejs=11
- jupyterlab=2
- nodejs=12
- nbconvert=5.5
- widgetsnbextension=3.5
# Python Kernel
- ipykernel=5.1
- ipywidgets=7.5
- ipyleaflet=0.11.1
- ipyleaflet=0.12
- altair=3.1
- bqplot=0.11.6
- bqplot=0.12
- dask=2.1
- matplotlib=3.1
- pandas=0.24
- pandas=1.0
- python=3.7
- scikit-image=0.15
- scikit-learn=0.21
- seaborn=0.9
- tensorflow=1.13
- sympy=1.4
- sympy=1.6
- pyyaml
- traittypes==0.2.1
- invoke=1.2
# update outdated repo2docker version
- pip
- pip:
- jupyter-offlinenotebook>=0.1.0
- jupyterlab_latex>=2.0.0
2 changes: 1 addition & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ python -c "import matplotlib as mpl; mpl.use('Agg'); import pylab as plt; fig, a

test -e test.png && rm test.png

jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0 @jupyterlab/latex @jupyterlab/celltags @jupyterlab/toc @ijmbarr/jupyterlab_spellchecker
jupyter labextension install @jupyter-widgets/jupyterlab-manager @jupyterlab/latex @jupyterlab/toc @ijmbarr/jupyterlab_spellchecker
jupyter lab clean && jupyter lab build
27 changes: 0 additions & 27 deletions binder/trigger_binder.sh

This file was deleted.

8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jupyterlab>=1.0.0
jupyterlab>=2.0.0
widgetsnbextension>=3.5
ipywidgets>=7.5
pandas>=0.25.1
pandas>=1.0
matplotlib>=3.1
sympy>=1.4
scipy>=1.3.1
sympy>=1.6
scipy>=1.3.1
3 changes: 0 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# basic requirements
-r requirements.txt

# deployment
bump2version>=0.5.10

# testing
tox>=3.4.0
pytest>=5.1.3
Expand Down

0 comments on commit 05c5ef6

Please sign in to comment.