Skip to content

Commit

Permalink
updated R and python requirements in the README, fixed font issue in …
Browse files Browse the repository at this point in the history
…python figure notebook
  • Loading branch information
Tom Sasani committed Jul 9, 2019
1 parent 5856df7 commit 8569be3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,30 @@ all_dnms,alpha,autosomal_callable_fraction,autosomal_dnms,dad_age,dad_dnms,dad_d

#### Dependencies (if **not** using the Binder environment provided above)

#### For `python 3.6.8`:
#### For `python 3.7.3`:

`scipy v1.1.0`
`scipy v1.2.1`

`seaborn v0.9.0`

`matplotlib v2.2.3`

`numpy v1.14.3`
`numpy v1.16.2`

`pandas 0.23.0`
`pandas 0.24.2`

`statsmodels v0.9.0`

#### For `R 3.5.1`:
#### For `R 3.4.4`:

`ggplot2 v3.1.0`

`cowplot v0.9.3`

`ggridges v0.5.1`

`viridis v0.5.1`

#### Installation (if **not** using the Binder environment provided above)

Simply clone the repository and run a notebook as follows:
Expand Down
3 changes: 1 addition & 2 deletions notebooks/ms_figs.python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"import pandas as pd\n",
"%matplotlib inline\n",
"\n",
"matplotlib.rcParams.update({'font.size': 22})\n",
"matplotlib.rcParams['font.sans-serif'] = \"Arial\""
"matplotlib.rcParams.update({'font.size': 22})"
]
},
{
Expand Down

0 comments on commit 8569be3

Please sign in to comment.