From ecf5d5e8d95fcdae169b92859fcd9fb46c83ff77 Mon Sep 17 00:00:00 2001 From: Alistair Johnson Date: Wed, 22 Jul 2020 08:50:30 -0400 Subject: [PATCH] environment for notebook --- environment.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..8752eb9 --- /dev/null +++ b/environment.yml @@ -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 \ No newline at end of file