From 041a56b294791276635d4c008f91741492105d27 Mon Sep 17 00:00:00 2001 From: Simon Torres Date: Tue, 5 Jan 2021 12:19:15 -0300 Subject: [PATCH] removed astroconda channel and added python=3.8 --- environment.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 3d125e9a..59f5de01 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,6 @@ name: goodman_pipeline -channels: - - astroconda dependencies: + - python=3.8 - numpy - pandas - matplotlib