Skip to content

Commit

Permalink
Fix binder (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Oct 29, 2021
1 parent a10fe2b commit 925173c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion binder/environment.yaml → binder/environment.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pip uninstall param --yes
pip install .

0 comments on commit 925173c

Please sign in to comment.