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