Skip to content

Commit e535f4c

Browse files
committed
adding plotly dependency, fixing postBuild
1 parent ba2bbe7 commit e535f4c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

binder/environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ dependencies:
2626
- tensorflow==1.4.0
2727
- pip:
2828
- keras==2.1.3
29+
- plotly==2.1.0
2930
- graphviz
3031
- tqdm

binder/postBuild

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
cd models; . download_dextr_model.sh; cd ..
1+
cd models
2+
. download_dextr_model.sh
3+
cd ..

0 commit comments

Comments
 (0)