From 11f73fe9b25d37f56664f4ed550b670c69bd5d1d Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 17 Jun 2021 18:17:14 +0200 Subject: [PATCH] [bob-devel] bump versions --- conda/beat-devel/meta.yaml | 4 +-- conda/bob-devel/meta.yaml | 54 +++++++++++++++++++------------------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/conda/beat-devel/meta.yaml b/conda/beat-devel/meta.yaml index 2333b141..5998d1eb 100644 --- a/conda/beat-devel/meta.yaml +++ b/conda/beat-devel/meta.yaml @@ -2,7 +2,7 @@ {% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %} package: name: beat-devel - version: 2021.03.25 + version: 2021.06.17 build: # the build number must be zero all the time. @@ -14,7 +14,7 @@ build: requirements: host: - - bob-devel 2021.03.25 + - bob-devel 2021.06.17 - python {{ python }} # the dependencies are pinned in bob-devel - docker-py diff --git a/conda/bob-devel/meta.yaml b/conda/bob-devel/meta.yaml index 94e3d23c..3586e1d8 100644 --- a/conda/bob-devel/meta.yaml +++ b/conda/bob-devel/meta.yaml @@ -6,7 +6,7 @@ package: # there as well in the same merge request. # Then open an MR in bob/bob.devtools to put these new versions of bob-devel and # beat-devel in `bob/devtools/data/conda_build_config.yaml` - version: 2021.03.25 + version: 2021.06.17 build: # the build number must be zero all the time. @@ -31,14 +31,14 @@ requirements: # -c https://www.idiap.ch/software/bob/conda -c defaults \ # python=3.7 boost click click-plugins ... - boost 1.73.0 - - click 7.1.2 + - click 8.0.1 - click-plugins 1.1.1 - cmake 3.14.0 - - coverage 5.4 - - dask 2021.1.1 + - coverage 5.5 + - dask 2021.6.0 - dask-jobqueue 0.7.0 - - dask-ml 1.7.0 - - distributed 2021.1.1 + - dask-ml 1.9.0 + - distributed 2021.6.0 - docker-py 4.4.1 - docopt 0.6.2 - ffmpeg 4.2.2 @@ -46,57 +46,57 @@ requirements: - giflib 5.2.1 - h5py 2.10.0 - hdf5 1.10.6 - - jinja2 2.11.2 + - jinja2 3.0.0 - jpeg 9b - jsonschema 3.2.0 - libblitz 1.0.1 - libpng 1.6.37 - - libtiff 4.1.0 + - libtiff 4.2.0 - make 4.2.1 - - matplotlib 3.3.2 + - matplotlib 3.3.4 - mkl 2019.4 - ncurses 6.2 - nose 1.3.7 - - numba 0.51.2 + - numba 0.53.1 - numpy 1.19.2 - opencv 4.5.0 - - pandas 1.2.1 - - pillow 8.1.0 + - pandas 1.2.4 + - pillow 8.2.0 - pkg-config 0.29.2 - - psycopg2 2.8.5 - - pybind11 2.5.0 + - psycopg2 2.8.6 + - pybind11 2.6.2 - pyopengl 3.1.1a1 - pyqtgraph 0.11.0 - pytables 3.6.1 - - pytest 6.2.2 + - pytest 6.2.4 - pytest-cov 2.11.1 - - python-graphviz 0.15 + - python-graphviz 0.16 - pytorch 1.7.0 - pyyaml 5.4.1 - pyzmq 20.0.0 - - qdarkstyle 2.8.1 + - qdarkstyle 3.0.2 - qtpy 1.9.0 - requests 2.25.1 - schema 0.7.4 - - scikit-image 0.17.2 - - scikit-learn 0.23.2 - - scipy 1.5.2 + - scikit-image 0.18.1 + - scikit-learn 0.24.2 + - scipy 1.6.2 - setuptools 52.0.0 - simplejson 3.17.2 - sox 14.4.2 - - sphinx 3.2.1 + - sphinx 4.0.1 - sphinx_rtd_theme 0.4.3 - sphinxcontrib-httpdomain 1.7.0 - - sphinxcontrib-programoutput 0.16 - sphinxcontrib-mermaid 0.6.1 - - sqlalchemy 1.3.21 - - tabulate 0.8.7 - - tensorflow 2.3.0 # [linux] + - sphinxcontrib-programoutput 0.16 + - sqlalchemy 1.4.15 + - tabulate 0.8.9 + - tensorflow 2.4.1 # [linux] - termcolor 1.1.0 - torchvision 0.8.1 - - tqdm 4.55.1 + - tqdm 4.59.0 - vlfeat 0.9.21 - - xarray 0.16.2 + - xarray 0.18.0 - zc.buildout 2.13.3 - zc.recipe.egg 2.0.7 run: -- GitLab