diff --git a/binder/environment.yaml b/binder/environment.yml similarity index 70% rename from binder/environment.yaml rename to binder/environment.yml index b5549ce13..122c6a0f5 100644 --- a/binder/environment.yaml +++ b/binder/environment.yml @@ -1,7 +1,9 @@ name: param channels: + - pyviz - defaults dependencies: - python=3.9.7 - aiohttp=3.7.4 - - panel=0.12.2 + - panel=0.12.4 + - pip diff --git a/binder/postBuild b/binder/postBuild new file mode 100644 index 000000000..1c34ddec1 --- /dev/null +++ b/binder/postBuild @@ -0,0 +1,2 @@ +pip uninstall param --yes +pip install .