File tree 3 files changed +7
-17
lines changed 3 files changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,6 @@ git config user.email "olivier.grisel+sklearn-ci@gmail.com"
60
60
git config user.name $USERNAME
61
61
git config push.default matching
62
62
63
- # binder folder for requirements needs to be at the root of the repo
64
- if [ -d dev/binder ]; then
65
- rm -f binder
66
- ln -s dev/binder
67
- git add binder
68
- fi
69
-
70
63
git commit -m " $MSG " $dir
71
64
git push
72
65
echo $MSG
Original file line number Diff line number Diff line change 1
- # Requirements for running the examples
2
- numpy
3
- scipy
4
- scikit-learn
5
- matplotlib
6
- pandas
7
- scikit-image
1
+ # This is required by sphinx-gallery 0.4 but not needed since the examples are
2
+ # not in the scikit-learn.github.io repo that comes from the scikit-learn doc
3
+ # build but on a separate repo. This file can be removed if 'dependencies' key
4
+ # is made an optional key for binder in sphinx-gallery.
Original file line number Diff line number Diff line change 255
255
'examples_dirs' : ['../examples' ],
256
256
'gallery_dirs' : ['auto_examples' ],
257
257
'binder' : {
258
- 'org' : 'scikit-learn ' ,
259
- 'repo' : 'scikit-learn.github.io ' ,
260
- 'url ' : 'https://mybinder.org' ,
258
+ 'org' : 'lesteve ' ,
259
+ 'repo' : 'test-binder- scikit-learn' ,
260
+ 'binderhub_url ' : 'https://mybinder.org' ,
261
261
'branch' : 'master' ,
262
262
'dependencies' : './binder/requirements.txt' ,
263
263
'use_jupyter_lab' : True
You can’t perform that action at this time.
0 commit comments