diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index 1f9f23cabab04d66bd12d05278c3cf4ef6682c52..249cde3da55486c27c5ef95c25df0142665570eb 100644 --- a/bob/devtools/bootstrap.py +++ b/bob/devtools/bootstrap.py @@ -386,7 +386,7 @@ if __name__ == '__main__': with open(condarc, 'wt') as f: f.write(_BASE_CONDARC) - conda_version = '4' + conda_version = '4.6' conda_build_version = '3.16' conda_verify_version = '3' diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index 256614e1ea5127345db66b71f80114ec842ebbd5..43328049d774f777f5254a0821c781657eb85b3d 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -51,12 +51,12 @@ zip_keys: # This version of bob-devel will be used at test time of packages: bob_devel: - - 2019.07.31 + - 2019.08.04 # This version of beat-devel will be used at test time of packages. Notice it # uses bob-devel and should have a version that is greater or equal its value beat_devel: - - 2019.07.31 + - 2019.08.04 # The build time only dependencies (build requirements). # Updating these to the latest version all the time is OK and a good idea. @@ -146,6 +146,8 @@ matplotlib: - 3.0.3 menpo: - 0.8.1 +menpofit: + - 0.5.0 mido: - 1.2.9 mne: diff --git a/conda/meta.yaml b/conda/meta.yaml index 0bc370a2211a460b4f409416f53f2c9f5da90dde..58fe18f9b56d5f807ad38ca3d4ece8d8884cdac6 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -30,7 +30,7 @@ requirements: - setuptools - click >=7 - click-plugins - - conda=4 + - conda=4.6 - conda-build=3.16 - conda-verify=3 - certifi @@ -90,7 +90,7 @@ test: - bdt ci readme --help - bdt ci clean --help - bdt ci nightlies --help - - bdt ci docs --help + - bdt ci docs --help - sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx - if [ -n "${CI_PROJECT_DIR}" ]; then mv sphinx "${CI_PROJECT_DIR}/"; fi