Skip to content

Commit

Permalink
environment for notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairewj committed Jul 22, 2020
1 parent 6fbc619 commit ecf5d5e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: vanco
channels:
- conda-forge
- defaults
dependencies:
- autopep8==1.4.3
- flake8==3.6.0
- ipykernel==5.1.1
- ipython==7.7.0
- jupyter-client==5.3.1
- jupyter-console==6.0.0
- jupyter-core==4.5.0
- pylint==2.3.1
- tqdm==4.32.1
- xlrd==1.2.0
- scipy=1.2
- pandas=0.23.4
- numpy=1.15.4
- pymatch=0.3.4
- statsmodels=0.10.1
- seaborn=0.9.0
- lifelines

0 comments on commit ecf5d5e

Please sign in to comment.