From 2a7a644e0aa7e35cebcd6bf2df1707c662a0683f Mon Sep 17 00:00:00 2001 From: Allen Downey Date: Mon, 12 Oct 2020 15:52:51 -0400 Subject: [PATCH] Adding environment --- environment.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..c915711 --- /dev/null +++ b/environment.yml @@ -0,0 +1,21 @@ +name: AstronomicalData +channels: + - default + - conda-forge + - astropy +dependencies: + - python>=3.6 + - jupyter + - numpy + - matplotlib + - seaborn + - pandas + - pytables + - h5py + - scipy + - astropy + - astroquery + - astro-gala + - pip + - pip: + - pyia