From 324c4aab3b7e2536350b8ac800a5ceeeacf84f7c Mon Sep 17 00:00:00 2001 From: Daniel K Lyons <dlyons@nrao.edu> Date: Wed, 27 May 2020 14:32:23 -0600 Subject: [PATCH] initial conda environment definition --- environment.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 000000000..c01521ee2 --- /dev/null +++ b/environment.yml @@ -0,0 +1,13 @@ +name: data +channels: + - defaults +dependencies: + - python=3.8 + - astropy=4.0 + - cx_Oracle=7.2 + - fabric=2.5 + - mysqlclient=1.4 + - pandas=1.0 + - psycopg2=2.8 + - pyramid=1.10 + - \ No newline at end of file -- GitLab