Skip to content
Snippets Groups Projects
Commit 76bc91f8 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'fix-macos-bdt-create' into 'master'

Minor bump to fix bdt create on macOS

See merge request !467
parents d09e51ca 16e8b724
Branches
Tags
1 merge request!467Minor bump to fix bdt create on macOS
Pipeline #47480 passed
......@@ -2,7 +2,7 @@
{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
package:
name: beat-devel
version: 2020.11.19
version: 2021.01.28
build:
# the build number must be zero all the time.
......@@ -14,7 +14,7 @@ build:
requirements:
host:
- bob-devel 2020.11.19
- bob-devel 2021.01.28
- python {{ python }}
# the dependencies are pinned in bob-devel
- docker-py
......
......@@ -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: 2020.11.19
version: 2021.01.28
build:
# the build number must be zero all the time.
......@@ -34,12 +34,12 @@ requirements:
- click 7.1.2
- click-plugins 1.1.1
- cmake 3.14.0
- coverage 5.3
- dask 2.30.0
- coverage 5.4
- dask 2021.1.1
- dask-jobqueue 0.7.0
- dask-ml 1.7.0
- distributed 2.30.0
- docker-py 4.3.1
- distributed 2021.1.1
- docker-py 4.4.1
- docopt 0.6.2
- ffmpeg 4.2.2
- freetype 2.10.4
......@@ -60,41 +60,41 @@ requirements:
- nose 1.3.7
- numpy 1.19.2
- opencv 4.5.0
- pandas 1.1.3
- pillow 8.0.1
- pandas 1.2.1
- pillow 8.1.0
- pkg-config 0.29.2
- psycopg2 2.8.5
- pybind11 2.5.0
- pyopengl 3.1.1a1
- pyqtgraph 0.11.0
- pytest 6.1.1
- pytest-cov 2.10.1
- python-graphviz 0.14.2
- pytest 6.2.2
- pytest-cov 2.11.1
- python-graphviz 0.15
- pytorch 1.7.0
- pyyaml 5.3.1
- pyzmq 19.0.2
- pyyaml 5.4.1
- pyzmq 20.0.0
- qdarkstyle 2.8.1
- qtpy 1.9.0
- requests 2.24.0
- requests 2.25.1
- schema 0.7.2
- scikit-image 0.17.2
- scikit-learn 0.23.2
- scipy 1.5.2
- setuptools 50.3.0
- setuptools 52.0.0
- simplejson 3.17.2
- sox 14.4.2
- sphinx 3.2.1
- sphinx_rtd_theme 0.4.3
- sphinxcontrib-httpdomain 1.7.0
- sphinxcontrib-programoutput 0.16
- sqlalchemy 1.3.20
- sqlalchemy 1.3.21
- tabulate 0.8.7
- tensorflow 2.3.0 # [linux]
- termcolor 1.1.0
- torchvision 0.8.1
- tqdm 4.50.2
- tqdm 4.55.1
- vlfeat 0.9.21
- xarray 0.16.1
- xarray 0.16.2
- zc.buildout 2.13.3
- zc.recipe.egg 2.0.7
run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment