From 980deb466010431c1acc15737707a171a7e0cf3c Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 8 Aug 2019 10:10:23 +0200 Subject: [PATCH] [conda] Drop free channel from the defaults list --- bob/devtools/bootstrap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index 135d72ee..a5d2b0ad 100644 --- a/bob/devtools/bootstrap.py +++ b/bob/devtools/bootstrap.py @@ -8,7 +8,6 @@ _BASE_CONDARC = """\ default_channels: #!final - https://repo.anaconda.com/pkgs/main - - https://repo.anaconda.com/pkgs/free add_pip_as_python_dependency: false #!final always_yes: true #!final quiet: true #!final -- GitLab