From a45bdcdcdaaab7086e3f4f36b50e6f30f6bf7094 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Thu, 11 Jun 2020 15:20:40 +0200 Subject: [PATCH] Make a stable branch pointing to the latest release for Binder Signed-off-by: martinRenou --- README.md | 2 +- environment.yml | 3 ++- postBuild | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 postBuild diff --git a/README.md b/README.md index f11e023..b0a298f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # voila-material -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/voila-dashboards/voila-material/master?urlpath=voila) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/voila-dashboards/voila-material/stable?urlpath=voila) Material design template for voila diff --git a/environment.yml b/environment.yml index 8b45107..70f9cdd 100644 --- a/environment.yml +++ b/environment.yml @@ -4,4 +4,5 @@ channels: dependencies: - ipywidgets=7.5.1 - bqplot - - voila=0.1.12 + - voila=0.1.21 + - voila-material=0.3.0 diff --git a/postBuild b/postBuild deleted file mode 100644 index 589a374..0000000 --- a/postBuild +++ /dev/null @@ -1,2 +0,0 @@ -# Install template -pip install .