Skip to content

Commit 7601e19

Browse files
authored
Merge pull request #20 from genepattern/binder-fix
Updating requirements + Binder compatibility
2 parents 3299b28 + 96e013b commit 7601e19

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Single-cell RNA-seq Clustering Analysis Notebook
22

33
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1326657.svg)](https://doi.org/10.5281/zenodo.1326656)
4-
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/genepattern/single_cell_clustering_notebook/master?urlpath=notebooks%2FSingle-Cell%20RNA-seq%20Clustering%20Analysis%20Notebook.ipynb)
4+
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/genepattern/single_cell_clustering_notebook/binder-fix?urlpath=notebooks%2FSingle-Cell%20RNA-seq%20Clustering%20Analysis%20Notebook.ipynb)
55

66
Try out the notebook by launching the binder above. It may be slow to launch while it installs package dependencies.
77

Single-Cell RNA-seq Clustering Analysis Notebook.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
"\n",
138138
"import warnings\n",
139139
"warnings.filterwarnings(\"ignore\", category=FutureWarning)\n",
140+
"warnings.filterwarnings(\"ignore\", category=RuntimeWarning)\n",
140141
"\n",
141142
"import sys\n",
142143
"sys.path.append('.')\n",

requirements.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
cmake==0.9.0
2-
matplotlib==2.0.2
3-
numpy==1.14.0
4-
pandas>=0.21.0
5-
seaborn==0.8.1
6-
plotly==2.2.1
2+
matplotlib==3.0.2
3+
numpy==1.15.0
4+
pandas==0.23.4
5+
seaborn==0.9.0
6+
plotly==2.4.1
77
genepattern-notebook>=0.7.1
8-
ipywidgets==7.1.0
9-
notebook>=5.2.2
8+
ipywidgets==7.2.0
9+
notebook>=5.7.2
1010
scipy
1111
louvain==0.6.1
12-
beakerx==0.11.0
13-
scanpy==0.4.2
12+
scanpy==1.3.4

0 commit comments

Comments
 (0)