From 8384f64260ccd38d552c74dd86cec9bd8323bac2 Mon Sep 17 00:00:00 2001 From: Jonathan Helmus Date: Mon, 3 Jul 2017 08:56:59 -0500 Subject: [PATCH] Create version 2.0.0 installers * change version number to 2.0.0 * update Python 3 to version 3.6 * include pip in installer --- installer/Berryconda2/construct.yaml | 3 ++- installer/Berryconda3/construct.yaml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/installer/Berryconda2/construct.yaml b/installer/Berryconda2/construct.yaml index 9c8e1563..172fcc9b 100644 --- a/installer/Berryconda2/construct.yaml +++ b/installer/Berryconda2/construct.yaml @@ -1,5 +1,5 @@ name: Berryconda2 -version: 1.0.0 +version: 2.0.0 channels: - http://conda.anaconda.org/rpi @@ -12,3 +12,4 @@ license_file: ../installer_license.txt specs: - python 2.7* - conda + - pip diff --git a/installer/Berryconda3/construct.yaml b/installer/Berryconda3/construct.yaml index 466908c5..732750bb 100644 --- a/installer/Berryconda3/construct.yaml +++ b/installer/Berryconda3/construct.yaml @@ -1,5 +1,5 @@ name: Berryconda3 -version: 1.0.0 +version: 2.0.0 channels: - http://conda.anaconda.org/rpi @@ -10,5 +10,6 @@ conda_default_channels: license_file: ../installer_license.txt specs: - - python 3.5* + - python 3.6* - conda + - pip