Skip to content

Commit

Permalink
Merge pull request #88 from yandex/fix_version_ipykernel
Browse files Browse the repository at this point in the history
fix version of ipykernel==4.3.1
  • Loading branch information
arogozhnikov authored Aug 9, 2016
2 parents f00a315 + 190dc38 commit 5f9cb1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/environment-rep-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- rootpy
- root=5*
- pip:
- ipykernel==4.3.1
- notebook==4.2.1
- bokeh==0.11.1
- neurolab==0.3.5
Expand Down
1 change: 1 addition & 0 deletions ci/environment-rep2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- rootpy
- root=5*
- pip:
- ipykernel==4.3.1
- notebook==4.2.1
- bokeh==0.11.1
- neurolab==0.3.5
Expand Down
1 change: 1 addition & 0 deletions ci/environment-rep3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- rootpy
- root=5*
- pip:
- ipykernel==4.3.1
- notebook==4.2.1
- bokeh==0.11.1
- neurolab==0.3.5
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ scipy >= 0.16.0
matplotlib == 1.5.1
pandas == 0.17.1
scikit-learn == 0.17.1
ipykernel == 4.3.1
notebook == 4.2.1
bokeh == 0.11.1
mpld3 == 0.2
Expand Down

0 comments on commit 5f9cb1b

Please sign in to comment.