From f45746ece2d441ead15247d1b00823f12768e8cd Mon Sep 17 00:00:00 2001 From: Benjamin Blouin <3keepmovingforward3@users.noreply.github.com> Date: Mon, 1 Apr 2019 15:58:30 -0400 Subject: [PATCH] Update environment.yml --- environment.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 4326956..e7bf77e 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,9 @@ name: base-environment channels: + - defaults - conda-forge dependencies: + - python=3.6 - numpy - matplotlib - scipy @@ -14,8 +16,14 @@ dependencies: - requests - nodejs=9 - jupyterlab>=0.33 + - notebook + - vega + - seaborn + - altair + - vega_datasets + - cartopy + - geopandas - pip: - - bash_kernel - jupyterlab_latex - prettyprint - mechanize