From c9b3b1fd94d5cfdfa950557d6946e2242dc08f4f Mon Sep 17 00:00:00 2001 From: Eric Pellegrini Date: Thu, 6 Jun 2019 09:39:45 +0200 Subject: [PATCH] add gcc to octave environment --- conda/environment_octave.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conda/environment_octave.yml b/conda/environment_octave.yml index 8ab9e85..bd937ab 100644 --- a/conda/environment_octave.yml +++ b/conda/environment_octave.yml @@ -3,10 +3,13 @@ name: octave channels: - conda-forge + - anaconda - defaults dependencies: + - gcc_linux-64 + - jupyter - octave -- GitLab